blob: 5a6857ac986c86ebbef3d673c8375945ee247fa6 (
plain)
1
2
3
4
5
|
mysql --defaults-extra-file=/root/.my.cnf mysql -hdefiant -e 'show master status'
mysql --defaults-extra-file=/root/.my.cnf mysql -hfirebrand -e 'show master status'
mysql --defaults-extra-file=/root/.my.cnf mysql -hdefiant -e 'show slave status' --vertical
mysql --defaults-extra-file=/root/.my.cnf mysql -hfirebrand -e 'show slave status' --vertical
|