摘要:
前提条件安装java 1.8,否则启动的时候报错误the minimum required Java version is 8; your Java version from [/opt/develop/jdk1.7.0_79/jre] does not meet this requirement 阅读全文
摘要:
mysql> show slave status \G;*************************** 1. row *************************** Slave_IO_State: Waiting for master to send event Master_Hos 阅读全文
摘要:
2020-06-30 19:21:03 2901 [ERROR] Error reading packet from server: binlog truncated in the middle of event; consider out of disk space on master; the 阅读全文
摘要:
mysql> show slave status \G;*************************** 1. row *************************** Slave_IO_State: Waiting for master to send event Master_Hos 阅读全文
摘要:
1.创建数据库(192.168.1.14)create database db_cachecloud;grant all privileges on db_cachecloud.* to cachecloud@'%' identified by 'cachecloud';2.进行安装[root@no 阅读全文