mysql最大执行时间_导入大型MySQL数据库时,最大执行时间超过300秒
我正在嘗試使用命令導入641 MB
MySQL數據庫:
mysql -u root -p ddamiane_fakty < domenyin_damian_fakty.sql
但是我收到了一個錯誤:
ERROR 1064 (42000) at line 2351406: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '
Fatal error: Maximum execution time of 300 seconds exceeded in
但是限制設置得更高:
mysql> show global variables like "interactive_timeout";
+---------------------+-------+
| Variable_name | Value |
+---------------------+-------+
| interactive_timeout | 28800 |
+---------------------+-------+
1 row in set (0.00 sec)
和
mysql> show global variables like "wait_timeout";
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| wait_timeout | 28800 |
+---------------+-------+
1 row in set (0.00 sec)
總結
以上是生活随笔為你收集整理的mysql最大执行时间_导入大型MySQL数据库时,最大执行时间超过300秒的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: js图片压缩java上传,JS实现异步上
- 下一篇: node简介及安装、下载及运行hexo