摘要:
[root@db-***** etc]# cat /etc/rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initializ 阅读全文
摘要:
set global innodb_large_prefix=on;set global innodb_file_format=BARRACUDA; 主从都要修改以上2个参数。 ############################################################# 阅读全文
摘要:
1、select count(*) from XXXXX_homework; 可以查询 2、check table XXXXX_homework; 有报错,报连接失败。 ERROR 2013 (HY000): Lost connection to MySQL server during query 阅读全文