mysql export mysqldump version mismatch upgrade or downgrade your local MySQL client programs




image



I use MySQL Community Edition and I solved this problem today.

  1. goto https://dev.mysql.com/downloads/mysql/
  2. download the ZIP archive of your desired version
  3. Open the ZIP archive and go to "bin" folder
  4. extract MYSQLDUMP.EXE where you want
  5. Close the Zip Archive and open MySQl Workbench
  6. In MySql Workbench goto to Edit > Preferences > Administration
  7. Select the file that you just extracted in "Path to mysqldumptool"
  8. Press OK and it's done!
原文地址:https://www.cnblogs.com/qq-757617012/p/9708058.html