Lost connection to MySQL server
Solving Error 2013: Lost connection to MySQL server during query when dumping table
CentOS7 已改用 MariaDB 取代 MySQL。
這陣子備份老是失敗,在備出來的 .sql 文字檔內有錯誤訊息:
mysqldump: Error 2013: Lost Connection to MySQL server during query when dumping table 資料表名
MySQL 官網解釋通常失敗的原因是備份較大的資料庫,建議加大 net_read_timeout 及 net_write_timeout的時間,所以我加大為 2 分鐘。
而 MariaDB 的設定檔位置在
/etc/my.cnf.d/server.cnf
[mysqld] net_read_timeout=120 net_write_timeout=120
重新啟動 MariaDB,就生效了。
[root]# systemctl restart mariadb.service
沒有留言:
張貼留言