2

I have upgraded to MAMP Pro and mysql folders does not to appear in the location they were in MAMP/db

Which location MAMP Pro saves MySQL Databases?

Umar Adil
  • 5,128
  • 6
  • 29
  • 47

1 Answers1

6

The Updated version of MAMP Pro is saving the databases on a different location. I have installed the MAMP Pro for all users of the machine and can find one here

/Macintosh HD/Library/Application Support/appsolute/MAMP PRO/db/mysql/

If the MAMP installation is for specific users, we can find it here

/Macintosh HD/Users/username/Library/Application Support/appsolute/MAMP PRO/db/mysql/
Umar Adil
  • 5,128
  • 6
  • 29
  • 47
  • If you've demoed MAMP Pro and started using it's database and want to transition over to plain old MAMP drag the Application Support/appsolute/MAMP PRO/db/mysql/ folder into the /Applications/MAMP/db/ folder and overwrite the mysql folder in it. – Stone Jun 14 '16 at 22:08
  • What about windows? – Amitava Nov 17 '16 at 04:01