Commit 98787fb9 authored by Oleksandr Byelkin's avatar Oleksandr Byelkin

fix after merge

parent 00ba013e
...@@ -6660,7 +6660,9 @@ drop table t1; ...@@ -6660,7 +6660,9 @@ drop table t1;
mariadb-dump: --xml can't be used with --tab. mariadb-dump: --xml can't be used with --tab.
select @@max_connections into @save_max_connections; select @@max_connections into @save_max_connections;
set global max_connections=10; set global max_connections=10;
mariadb-dump: Got error: 1040: "Too many connections" when trying to connect mariadb-dump: Got error: 2002: "Received error packet before completion of TLS handshake. The authenticity of the following error cannot be verified:
1040 - Received error packet before completion of TLS handshake. The authenticity of the following error cannot be verified:
1040 - " when trying to connect
set global max_connections=300; set global max_connections=300;
mariadb-dump: Too many connections mariadb-dump: Too many connections
set global max_connections=@save_max_connections; set global max_connections=@save_max_connections;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment