上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页
摘要: 参考:http://blog.csdn.net/huangzhijie3918/article/details/72732816 阅读全文
posted @ 2017-12-21 10:35 MicroCat 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.jb51.net/article/60926.htm mysql中You can't specify target table for update in FROM clause错误的意思是说,不能先select出同一表中的某些值,再update这个表(在同一语句中)。 阅读全文
posted @ 2017-12-12 14:57 MicroCat 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/freeweb/p/5181764.html 阅读全文
posted @ 2017-12-09 14:35 MicroCat 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 1.复制概述 MySQL 支持两种复制方式: 基于行的复制。 基于语句的复制(逻辑复制)。 这两种方式都是通过在主库上记录二进制日志、在备库重放日志的方式来实现异步的数据复制。 MySQL 复制大部分是向后兼容的,新版本的服务器可以作为老版本服务器的备库,但反过来,将老版本作为新版本服务器的备库通常 阅读全文
posted @ 2017-12-08 16:01 MicroCat 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 创建用户账号 查看主库的二进制日志文件的状态信息 https://dev.mysql.com/doc/refman/5.7/en/show-master-status.html 启动复制 查看复制线程状态 https://dev.mysql.com/doc/refman/5.7/en/show-sl 阅读全文
posted @ 2017-12-05 19:33 MicroCat 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 参考:http://blog.csdn.net/shangdiyisi/article/details/9477521 日志 /var/log/cron 阅读全文
posted @ 2017-12-01 12:54 MicroCat 阅读(219) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/leixingzhi7/p/6281675.html 阅读全文
posted @ 2017-11-30 14:26 MicroCat 阅读(6580) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/lixigang/articles/4849527.html 阅读全文
posted @ 2017-11-30 14:25 MicroCat 阅读(531) 评论(0) 推荐(0) 编辑
摘要: 参考:https://dev.mysql.com/doc/refman/5.7/en/innodb-enabling-monitors.html 阅读全文
posted @ 2017-11-28 13:20 MicroCat 阅读(324) 评论(0) 推荐(0) 编辑
摘要: 参考 http://blog.csdn.net/u013410747/article/details/61696178 查看已开放的端口(默认不开放任何端口) firewall-cmd --list-ports 开启80端口 firewall-cmd --zone=public --add-port 阅读全文
posted @ 2017-10-20 09:12 MicroCat 阅读(800) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 23 下一页