摘要:
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 @ 2012-05-28 12:54
IT一族
阅读(6291)
评论(0)
推荐(0)