I reinstalled mysql5-server through MacPorts and suddenly my migrations started running a lot slower. rake db:migrate:reset
used to take less than a second before. It takes 33s now. When I run it on a Linux machine (or even another Mac), it takes less than a second again. I remember encountering this problem in the past, but I don't recall the solution.
Has anybody experienced a similar problem?