blob: b9081f8b3670ff31c8a5fc0e5fe9b13c64b7d0ad (
plain)
1
2
3
4
5
|
mysql -uroot -pne65dq mysql -hdefiant -e 'show master status'
mysql -uroot -pne65dq mysql -hfirebrand -e 'show master status'
mysql -uroot -pne65dq mysql -hdefiant -e 'show slave status' --vertical
mysql -uroot -pne65dq mysql -hfirebrand -e 'show slave status' --vertical
|