Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

mysqldump version not matching Server version on Mac OSX

I'm using MySql server on Mac OSX 10.6.7, and I've installed latest version of MySQL Workbench GUI to administrate it. When I try to Export a database, I get a message about mysqldump being version 5.1.34 and therefore incompatible with the server whose version is 5.5.9. How can I update the mysqldump version to be compatible with my server? Thanks

like image 436
Black Avatar asked Dec 23 '11 00:12

Black


People also ask

How do I change MySQL version on Mac?

Move the default data directory Then, find the MySQL install directory in /usr/local/Cellar and go into the subdirectory of its latest minor update. Update both references to /usr/local/var/mysql to a unique directory, For example, /usr/local/var/mysql57 .

Where is Mysqldump on Mac?

Locate the “mysqldump file inside MAMP. It is usually located in /Applications/MAMP/Library/bin/mysqldump.

How do I change MySQL version in MySQL workbench?

Upgrading MySQL with MySQL Installer To perform an upgrade using MySQL Installer: Start MySQL Installer. From the dashboard, click Catalog to download the latest changes to the catalog. The installed server can be upgraded only if the dashboard displays an arrow next to the version number of the server.

Where is Mysqldump EXE located?

Go to edit-Preference-administration- (careful here. go to mysql dump.exe that is found in xampp folder not mysql folder.) example of path should be like C:\xampp\mysql\bin\mysqldump.exe. copy the path and paste in . path to mysqldump Tool.


1 Answers

Look at the mysql installation folder. Most likely it is /usr/local/mysql/bin You will find the mysqldump compatible to your mysql version. You need to tell mysqlworkbench to go and fetch mysqlworkbench from this location. To do that, open mysqlworkbench - preferences - admin

like image 86
matangs Avatar answered Oct 23 '22 19:10

matangs