全部博文(362)
发布时间:2013-05-04 14:01:49
mysql -uroot -p123456 -e "use information_schema;select concat('ALTER TABLE ', TABLE_SCHEMA, '.', TABLE_NAME, ' ENGINE = InnoDB;') from TABLES where TABLE_SCHEMA like 'xxxdb_%' and ENGINE != 'InnoDB';"......【阅读全文】
发布时间:2013-04-15 13:57:41
SET SESSION binlog_format = 'ROW';SET GLOBAL binlog_format = 'ROW';flush privileges;flush logs;flush privileges;......【阅读全文】
发布时间:2013-02-18 06:22:16
http://dev.mysql.com/doc/refman/5.0/en/gone-away.htmlC.5.2.9. MySQL server has gone awayThis section also covers the related Lost connection to server during query error.The most common reason for the MySQL server.........【阅读全文】