Mysql – Where does MySQL store its database files on OS X

mac-osxMySQL

As I would like to move those files from one server to another server, while the database is offline.

Best Answer

It should be stored in: /usr/local/mysql/data

Related Topic