摘要:
环境 :Percona Server for MySQL 5.5.18 1. 报错日志: 171212 19:59:58 [ERROR] Slave SQL: Query partially completed on the master (error on master: 1317) and wa 阅读全文
摘要:
环境:Percona Server for MySQL 5.5.18 模拟三个Terminal,实现当引用锁定表的查询被杀死时,错误日志中出现的Got error 1 when reading table Terminal A mysql set session autocommit=0; Quer 阅读全文
摘要:
Simple The simplest method of installation is through the Sublime Text console. The console is accessed via the ctrl+` shortcut or the View Show Conso 阅读全文
摘要:
现象 [ERROR] lines containing "Sort aborted" are present in the MySQL error log file. [Warning] Sort aborted : Out of memory (Needed 24 bytes) [ERROR] S 阅读全文
摘要:
需要把MySQL的一些数据同步到Oracle,用ETL工具太麻烦了,通过参考官方文档实现了oracle to mysql dblink。每次修改配置后,需要重启监听才能生效,或者 reload一下,确保监听状态正常(按照文档配置的,没什么多余的解释,只是有乱码问题是换了mysql odbc的版本得以 阅读全文