mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 17:54:16 +01:00
parent
8dee23cdee
commit
fe07ac31b1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ call mtr.add_suppression("\\[ERROR\\] Error reading packet from server: WSREP ha
|
|||
call mtr.add_suppression("WSREP has not yet prepared node for application use");
|
||||
|
||||
--disable_query_log
|
||||
--eval CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_PORT=$NODE_MYPORT_1, MASTER_USER='root', MASTER_CONNECT_RETRY=1;
|
||||
--eval CHANGE MASTER TO MASTER_HOST='127.0.0.1', MASTER_PORT=$NODE_MYPORT_1, MASTER_USER='root', MASTER_CONNECT_RETRY=1, MASTER_SSL_VERIFY_SERVER_CERT=0;
|
||||
--enable_query_log
|
||||
|
||||
--connection node_1
|
||||
|
|
Loading…
Add table
Reference in a new issue