What is the easiest way to run MySQL for development purposes on the Mac?
Ideal would be a server embedded in a Mac application, that starts when you press a start button, and stops when you quit the app.
I do not need a background service running, I do not want to have to be an admin user to install or run, I do not want to see a command line, I do not want to edit configuration files, I do not want files spread out all over the disk (everything should be in the App bundle and the Documents folder).