摘要:
mysql -u root -pmysql>use mysql;mysql>select 'host' from user where user='root';mysql>update user set host = '%' where user ='root';(报错甭理)mysql>flush ... 阅读全文
摘要:
linux mysql 操作命令GRANT REPLICATION SLAVE ON *.* to 'rep1'@'192.168.65.133' identified by'123456';change master to master_host='192.168.65.132',master_u... 阅读全文
摘要:
、、-------------------------------------master--------------------------------mysql> GRANT REPLICATION SLAVE ON *.* to 'rep1'@'192.168.65.133' identifi... 阅读全文
摘要:
主服务器:192.168.5.13_ubuntu从服务器:192.168.5.11_centos================== 1> 在两台主机上分别安装rsync===================ubuntu安装如下:# apt-get install rsync编译安装:下载这个免费的... 阅读全文