mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
16 lines
331 B
Text
16 lines
331 B
Text
|
server_id =1
|
||
|
server_id =2
|
||
|
SHOW VARIABLES LIKE 'server_id';
|
||
|
Variable_name Value
|
||
|
server_id 1
|
||
|
UNSET mysqld1.server_id;
|
||
|
server_id =2
|
||
|
SHOW VARIABLES LIKE 'server_id';
|
||
|
Variable_name Value
|
||
|
server_id 1
|
||
|
UNSET mysqld2.server_id;
|
||
|
FLUSH INSTANCES;
|
||
|
SHOW VARIABLES LIKE 'server_id';
|
||
|
Variable_name Value
|
||
|
server_id 1
|