MySQL:The MySQL server is running with the --skip-grant-tables option ...

打印 上一主题 下一主题

主题 859|帖子 859|积分 2577

The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
  办理办法:
  1. #关掉新主库的只读属性
  2. mysql> set global read_only=0;
  3. flush privileges;
  4. Cannot execute statement: impossible to write to binary log since BINLOG_FORMAT = STATEMENT and at least one table uses a storage engine limited to row-based logging. InnoDB is limited to row-logging when transaction isolation level is READ COMMITTED or READ UNCOMMITTED.
  5. mysql> SET SESSION binlog_format = 'ROW';
  6. mysql> SET GLOBAL binlog_format = 'ROW';
复制代码


免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

耶耶耶耶耶

金牌会员
这个人很懒什么都没写!

标签云

快速回复 返回顶部 返回列表