摘要:
首先查看从的状态 mysql> show slave status \G *************************** 1. row *************************** Slave_IO_State: Waiting for master to send event M 阅读全文
摘要:
1、通过命令查看从库状态mysql> show slave status \G 发现错误 Could not execute Update_rows event on table mysql.user; Can't find record in 'user', Error_code: 1032; h 阅读全文
摘要:
导入时,系统会默认一个导入路径,如果导入路径不是默认路径,会报 The MySQL server is running with the --secure-file-priv option so it cannot... 的错误,可通过show variables like '%secure%';查 阅读全文