Cannot find old MySQL databases after upgrading MAMP
问题 I installed Yosemite Renamed MAMP to MAMP_old Did a clean install of MAMP Copied the db folder from old into the the new one Now none of my databases appear in PHPMyAdmin Inside the db/mysql folder I see the folder for my old databases, but there are no sql files. For example a Wordpress folder contains .frm files and db.opt files. I tried doing this (using the link below), but I don't seem to have a mysql folder usr/local/ /usr/local/mysql/bin/mysqldump -u root -p[pass] [db] > [filename].sql