Archive for April, 2005

Starting MySQL From the Command Line in OS X Server

Wednesday, April 20th, 2005

So, I had to start MySQL from the command line in Mac OS X Server this morning. I don’t usually blog on super technical topics, but I had a hard time finding the answer to my question with Google this morning of how to do this. So, I’m blogging it in hopes that I can answer this question for the masses in case they need it.

To start or boot MySQL from the command line in Mac OS X Server:

sudo ./bin/mysqld_safe

Enter your sudo password. And, you’re back up and running. Brilliant!

Popularity: 2% [?]