I would like to speed up my MySQL on my MacBook. It's much slower than MySQL running on our servers or on virtual machines on other laptops.
All the tables I deal with are InnoDB. I run a lot of django unit tests so there are a lot of create table commands that get run.
Update:
I should note that I'm really comparing this to another laptop, running a Fedora VM, with no tweaks to my.cnf and not a particularly fast hard drive. I also know that our servers run this fairly fast, but I can accept that.
My guess is it still may be a hard disk issue.