2016-02-05 56 views
1

這是我第一次使用MySQL Workbench 6.3,但現在我在導出數據庫時遇到錯誤。這是我得到的錯誤:轉儲過程中的MySQL Workbench錯誤:[ERROR]未知變量'delayed-insert = TRUE'

Running: mysqldump.exe --defaults-file="c:\users\chamro~1\appdata\local\temp\tmp7p3dqt.cnf" --delayed-insert=TRUE --protocol=tcp --allow-keywords=TRUE --default-character-set=utf8 --host=127.0.0.1 --insert-ignore=TRUE --user=root --complete-insert=TRUE --replace=TRUE --port=3306 --skip-triggers --no-data --no-create-db --no-create-info --routines "loansystem" 
mysqldump: [ERROR] unknown variable 'delayed-insert=TRUE' 

Operation failed with exitcode 7 
08:18:23 Export of D:\user\Database\Loan Export has finished with 47 errors 

我已經搜索了很多,但找不到任何幫助來解決我的問題。

回答

2

delayed-insert選項已從mysqldump中刪除,不再接受。在最新版本的MySQL Workbench中(本文撰寫時爲6.3.6),此問題已解決。