近日遇到个卡库的问题,环境是MySQL5.5.12,报错信息如下 ) and was aborted. There is a chan ce that your master is inconsistent at this point. If you are sure that your master is ok, run this query manually on the slave and ; START SLAVE; . Query: 'update nls_quotes_delay_t
[mysql@mysqlhq scripts]$ cat /etc/redhat-release Kylin Linux release 3.3.1707 (Core) mysql version Server version: 5.6.15-log MySQL Community Server - (GPL) 1 初始情况 [root@mysqlhq scripts]# free -m total used free shared buff/cache available Mem: 15887
set global max_allowed_packet=100 000 000;set global net_buffer_length=100000;SET GLOBAL interactive_timeout=28800 000;SET GLOBAL wait_timeout=28800000 以上语句的解释: –max_allowed_packet=XXX 客户端/服务器之间通信的缓存区的最大大小; –net_buffer_length=XXX TCP/IP和套接字通信缓冲区大小,