mirror of
https://github.com/MariaDB/server.git
synced 2025-05-11 13:21:44 +03:00
16 lines
331 B
Plaintext
16 lines
331 B
Plaintext
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
|