数据库锁表备份及主从复制
change master to master_host='10.0.20.201',master_user='repl',master_password='123456',master_log_file='mysql-bin.000009',master_log_pos=765407510;
flush tables with read lock;
unlock tables;
mysqldump -uroot -p'xxxx' --set-gtid-purged=off --all-databases > ./all-databases.sql
技术男一枚,喜欢做技术分享,把学习的过程,以及遇到问题的解决过程都愿意分享给大家,博客中如有不足,请留言或者联系博主,感谢。
邮箱: sijiayong000@163.com
Q Q: 601566386