I installed it it via mac ports, what is the command I need to stop the server (i need to test how my app behave when MySQL is dead)
|
feedback
|
|
There are two cases depending on whether you installed mysql with the official binary installer or using macports: MacPorts
Note: this is persistent after reboot. Binary installer
| |||||||
feedback
|
|
You can always use command "mysqladmin shutdown" | |||||||||
feedback
|
|
You can also use start and restart here. I found this by looking at the contents of /Library/LaunchDaemons/org.macports.mysql.plist. | |||||
feedback
|
|
Apparently you want:
Have a further read here: http://www.simplisticcomplexity.com/2007/10/27/start-and-stop-mysql-in-mac-os-x-105-leopard/ | |||
|
feedback
|
|
To add to the list of many: Brew starts:
Just to be clear, that | is just there so you choose which one you want to select... don't pick all 3. | |||
|
feedback
|
|
Well if all else fails you could just take the ruthless approach and kill the process running mysql manually. i.e. " | |||
feedback
|
|
try
else try :
however, I found that the second option only worked (OS X 10.6, MySQL-5.1.50) if the .plist has been loaded with:
p.s I also found that I needed to un-load the .plist to get an un-related install of MAMP-mysql to start / stop correctly. After running running this MAMP-mysql starts just fine:
| ||||
|
feedback
|
|
For me it's working with a "mysql5"
| |||
|
feedback
|
|
If you installed mysql5 package with macports:
or
if you installed mysql5-devel package. | |||||
feedback
|