使用show variables like 'server_id';可以实现
在主库 :
mysql> show variables like 'server_id'\G
*************************** 1. row ***************************
Variable_name: server_id
Value: 1
1 row in set (0.00 sec)
在从库:
mysql> show variables like 'server_id'\G
*************************** 1. row ***************************
Variable_name: server_id
Value: 2
1 row in set (0.00 sec)
欢迎光临 重庆思庄Oracle、Redhat认证学习论坛 (http://bbs.cqsztech.com/) | Powered by Discuz! X3.2 |