MySQL Forums
Forum List  »  Newbie

Re: How to prepare a corrupted MySQL system
Posted by: Peter Brawley
Date: October 11, 2016 01:49PM

In your system, mysqld stop is inciting a fresh start, defeating what you are trying to do, so you need to try other stop methods eg ...

sudo service mysql stop

sudo mysql stop

For more options see http://stackoverflow.com/questions/14161415/mysql-process-cannot-be-stopped

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.