mysql 在执行写入操作的时候,报错:

mysql 在执行写入操作的时候,报错:

The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement

解决方式:

  1.   1.登录的mysql:mysql –u root –p
  2.    
  3.    
  4.    
  5.   2. mysql> set global read_only=0;
  6.   ( 关掉新主库的只读属性)
  7.    
  8.  
上一篇:soul源码阅读(一)环境搭建


下一篇:CentOS 7安装 MySQL5.7之后,登录提示ERROR 1045 (28000): Access denied for user ‘root‘@‘localhost‘ (using passw