摘要: 1.1环境准备: 两台虚拟机db01和db02 每台机器创建4个mysql实例:3307 ,3308 ,3309 ,3310 1.2删除db01和db02的历史环境,使用一个全新的环境: [root@db01 ~]# pkill mysqld [root@db01 ~]# rm -rf /data/ 阅读全文
posted @ 2021-03-12 18:27 linuxTang 阅读(109) 评论(0) 推荐(0)
摘要: 1在Atlas所在的db03中连接管理接口查看所有的管理命令: [root@db03 binlog]# mysql -uuser -ppwd -h 10.0.0.203 -P 2345 mysql: [Warning] Using a password on the command line int 阅读全文
posted @ 2021-03-12 13:30 linuxTang 阅读(219) 评论(0) 推荐(0)