MySQL as a simple Mac application for development
Posted
by Thilo
on Super User
See other posts from Super User
or by Thilo
Published on 2010-06-07T09:23:25Z
Indexed on
2010/06/07
9:23 UTC
Read the original article
Hit count: 449
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).
© Super User or respective owner