摘要: 参考地址:http://www.libuchao.com/2013/04/06/mysql-user-and-privilege 阅读全文
posted @ 2016-04-26 17:56 刘贝 阅读(238) 评论(0) 推荐(0)
摘要: #/sbin/iptables -I INPUT -p tcp --dport 80 -j ACCEPT#/sbin/iptables -I INPUT -p tcp --dport 22 -j ACCEPT#/sbin/iptables -I INPUT -p tcp --dport 3306 - 阅读全文
posted @ 2016-04-26 14:44 刘贝 阅读(272) 评论(0) 推荐(0)
摘要: Error reading packet from server: Could not find first log file name in binary log index file ( server_errno=1236) 同步失败解决方案 参考链接:http://blog.csdn.net/ 阅读全文
posted @ 2016-04-26 14:14 刘贝 阅读(342) 评论(0) 推荐(0)