婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識庫 > mysql server is running with the --skip-grant-tables option

mysql server is running with the --skip-grant-tables option

熱門標簽:上海智能外呼系統(tǒng)代理商 成都優(yōu)派外呼系統(tǒng) 扎樣申請400電話 沈陽電銷外呼系統(tǒng)原理是什么 ps制作地圖標注gif 聊城智能外呼系統(tǒng)運營商 寧波企業(yè)外呼系統(tǒng)收費 電子地圖標注電話 地圖標注人員兼職

The MySQL server is running with the --skip-grant-tables option so it cannot execute this statement
意思貌似MYSQL還運行在 --skip-grant-tables模式,如何讓他回到原來的模式

第一種方法:原來在mysql.ini文件中配置了skip-grant-tables,前面加個#注釋掉就可以了

修改mysql的配置文件,把skip-grant-tables去掉后,重啟mysql

第二種:

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 = 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.

mysql> SET SESSION binlog_format = 'ROW';
mysql> SET GLOBAL binlog_format = 'ROW';

解釋:

set global read_only=0; 關閉只讀,可以讀寫
set global read_only=1; 開始只讀模式

mysql> set global read_only=0; 
Query OK, 0 rows affected (0.00 sec) 
 
mysql> show variables like '%read_only%'; 
+------------------+-------+ 
| Variable_name  | Value | 
+------------------+-------+ 
| innodb_read_only | OFF  | 
| read_only    | OFF  | 
| tx_read_only   | OFF  | 
+------------------+-------+ 
3 rows in set (0.00 sec) 
 
mysql> set global read_only=1; 
Query OK, 0 rows affected (0.00 sec) 
 
mysql> show variables like '%read_only%'; 
+------------------+-------+ 
| Variable_name  | Value | 
+------------------+-------+ 
| innodb_read_only | OFF  | 
| read_only    | ON  | 
| tx_read_only   | OFF  | 
+------------------+-------+ 
3 rows in set (0.00 sec) 

set global read_only=0; 關閉只讀,可以讀寫 set global read_only=1; 開始只讀模式

您可能感興趣的文章:
  • The MySQL server is running with the --read-only option so it cannot execute this statement
  • mysql數據庫mysql: [ERROR] unknown option ''--skip-grant-tables''
  • mysql視圖之確保視圖的一致性(with check option)操作詳解
  • MySQL存儲表情時報錯:java.sql.SQLException: Incorrect string value:‘\xF0\x9F\x92\xA9\x0D\x0A...’的解決方法
  • Mysql中的NULL和Empty String
  • javascript連接mysql與php通過odbc連接任意數據庫的實例
  • ubuntu下apt-get安裝和徹底卸載mysql詳解
  • MySQL利用AES_ENCRYPT()與AES_DECRYPT()加解密的正確方法示例
  • 利用pt-heartbeat監(jiān)控MySQL的復制延遲詳解
  • MySQL pt-slave-restart工具的使用簡介

標簽:AXB 三明 汕頭 咸寧 內江 宿州 林芝 朔州

巨人網絡通訊聲明:本文標題《mysql server is running with the --skip-grant-tables option》,本文關鍵詞  mysql,server,running,with,the,;如發(fā)現本文內容存在版權問題,煩請?zhí)峁┫嚓P信息告之我們,我們將及時溝通與處理。本站內容系統(tǒng)采集于網絡,涉及言論、版權與本站無關。
  • 相關文章
  • 下面列出與本文章《mysql server is running with the --skip-grant-tables option》相關的同類信息!
  • 本頁收集關于mysql server is running with the --skip-grant-tables option的相關信息資訊供網民參考!
  • 推薦文章
    主站蜘蛛池模板: 遵义县| 仪征市| 民丰县| 河津市| 镇巴县| 甘德县| 城步| 大连市| 恩平市| 太白县| 哈尔滨市| 鹿泉市| 奈曼旗| 佛教| 温泉县| 曲靖市| 兴业县| 成都市| 安国市| 贺州市| 阿图什市| 渭南市| 保德县| 彭州市| 阳原县| 舟山市| 驻马店市| 博乐市| 阿克苏市| 阿勒泰市| 南澳县| 东阿县| 上高县| 齐齐哈尔市| 张家界市| 建湖县| 平潭县| 札达县| 平原县| 炎陵县| 日喀则市|