Bug #73489 | mysqldump Version Mismatch | ||
---|---|---|---|
Submitted: | 6 Aug 2014 20:08 | Modified: | 22 Aug 2014 16:34 |
Reporter: | Patrick Moody | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
Version: | 6.1.7 | OS: | Windows (2007 R2 ) |
Assigned to: | CPU Architecture: | Any | |
Tags: | mismatch, mysqldump, version |
[6 Aug 2014 20:08]
Patrick Moody
[6 Aug 2014 20:10]
Patrick Moody
Screen shot of error
Attachment: Mysqldump error.jpg (image/jpeg, text), 52.93 KiB.
[7 Aug 2014 11:04]
MySQL Verification Team
Thank you for the report. Verified as described. WARNING mysqldump.exe is version 5.6.19, but the MySQL Server to be dumped has version 5.7.4-m14-log. Because the version of mysqldump is older than the server, some features may not be backed up properly. It is recommended you upgrade your local MySQL client programs, including mysqldump to a version equal to or newer than that of the target server. The path to the dump tool must then be set in Preferences -> Administrator -> Path to mysqldump Tool: 16:29:52 Dumping test (t1) Running: mysqldump.exe ***** has finished Workaround: I think MySQL workbench is using the bundled mysqldump(In 6.1.7, I think it 5.6.19 or so), you can just point it to use 5.7.4's mysqldump to use instead of default bundled Edit->Preferences->Administrator<TAB> Selected path to mysql dump tool: <path to 5.7.4>/bin/mysqldump.exe Confirm this by cliking "Ok" and reopen the WB and try to dump.
[7 Aug 2014 11:10]
MySQL Verification Team
See Bug #68328
[7 Aug 2014 13:41]
Patrick Moody
Error using 5.7.4 mysqldump
Attachment: Mysqldump error.jpg (image/jpeg, text), 52.93 KiB.
[7 Aug 2014 13:42]
Patrick Moody
Bundled mysqldump version
Attachment: file.jpg (image/jpeg, text), 29.56 KiB.
[7 Aug 2014 13:42]
Patrick Moody
I tried that after I sent in this support request. That didn't work, workbench script doesn't work with the newer version of mysqldump.exe that is included in the workbench bundle. Looks like something was overlooked on this version of workbench.
[8 Aug 2014 5:09]
Alfredo Kojima
The screenshot you pasted for the error while supposedly using mysqldump from 5.7.4 says it's still using the bundled mysqldump. Please check that the path specified in the mysqldump path preference option is correct and exists.
[8 Aug 2014 5:13]
Alfredo Kojima
BTW MySQL 5.7.4 is still under early development and should not be used for production use unless you're fully aware of all the risks involved. The current production ready version of MySQL is the 5.6 series.
[22 Aug 2014 16:34]
Alfredo Kojima
This is not really a bug, WB bundles mysqldump for the latest GA version of MySQL, but you're running an alpha version. In that case, you have to set the option to pick a custom mysqldump executable to select the same mysqldump that came with your server.
[27 Feb 2018 8:40]
Vinil Mehta
I had same problem. What works for me is as below I copied mysqldump.exe from mysql server to workbench folder (respective folder at destination)
[8 Apr 2018 0:02]
Joe Fazio
Thanks Vinil!! I had same problem and this worked for me!!