debugsqlMinor
Unable to shut down MySQL server
Viewed 0 times
shutunablemysqldownserver
Problem
I have tried using the system preferences and then shutting down MySQL there, but to no avail. I also tried typing
I also tried
I am using yosemite, if that matters.
killall -9 and -11. Both failed :(.I also tried
/usr/local/mysql/bin/mysqladmin -u root -p shutdown. The last thing I tried is in the following screenshot... it also did not work. I am using yosemite, if that matters.
Solution
Ideally you can shutdown using
I cannot add comments so requesting to post what do you see in error log when you do
About kill commands please note that mysqld_safe is wrapper script which will start mysqld upon killing... so you should kill mysqld_safe first followed by mysqld. ( not a suggested way though).
Refer: how to stop mysql on mac
/etc/init.d/mysqld stopI cannot add comments so requesting to post what do you see in error log when you do
mysqladmin shutdownAbout kill commands please note that mysqld_safe is wrapper script which will start mysqld upon killing... so you should kill mysqld_safe first followed by mysqld. ( not a suggested way though).
Refer: how to stop mysql on mac
Code Snippets
/etc/init.d/mysqld stopmysqladmin shutdownContext
StackExchange Database Administrators Q#107458, answer score: 3
Revisions (0)
No revisions yet.