MySQL as a simple Mac application for development
- by Thilo
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 files spread out all over the disk (everything should be in the App bundle and the Documents folder).