2013年3月1日

摘要: The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement解决办法:mysql> set global read_only=0;(关掉新主库的只读属性)flush privileges;set global read_only=1;(读写属相)flush privileges;Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEM 阅读全文
posted @ 2013-03-01 19:37 _安静 阅读(68642) 评论(0) 推荐(0)

导航