2018年4月9日
摘要: mysql基于binlog主从复制架构,IO、SQL线程运行为YES,从库没有同步数据 Slave_IO_Running: Yes Slave_SQL_Running: Yes Replicate_Do_DB: ht,ht_prod 解决问题: replicate-do-db = ht,ht_pro 阅读全文
posted @ 2018-04-09 17:02 HelonTian 阅读(374) 评论(0) 推荐(0) 编辑
摘要: [Err] 1055 - Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'information_schema.PROFILING.SEQ' which is  阅读全文
posted @ 2018-04-09 10:39 HelonTian 阅读(121) 评论(0) 推荐(0) 编辑