bghouse
bghouse

Reputation: 558

upgrading to mamp 3 corrupted databases

I had MAMP 2 and just upgraded to mamp 3 because I upgraded to yosemite. I followed this tutorial on how to upgrade: http://joejoomla.com/sound-off/157-how-to-upgrade-mamp.html

Seems pretty easy. Call your old MAMP "MAMP_OLD" and drag the htdocs and db folders over and youre done. Well when I open PHPMyAdmin, the databases are there and when I click on them I see the tables. But when I click on a table it says this table doesn't exist. I tried to open a couple more databases and they do the same thing.

How do I repair or fix these databases to work with the updated MySQL thats with MAMP 3?

Upvotes: 0

Views: 589

Answers (1)

bghouse
bghouse

Reputation: 558

I figured it out. I needed to grab the ib_logfiles from MAMP_OLD/db/mysql/ib_logfiles and put it in my MAMP/db/mysql folder. Guess it stores the db data in these ib_logfiles.

Upvotes: 2

Related Questions