I have a problem with stopping mysql server.
I tried to stop it with
Code: Select all
/etc/init.d/mysql stopI get the error:
Code: Select all
Stopping MySQL database server: mysqld failed!Code: Select all
/etc/init.d/mysql stopCode: Select all
Stopping MySQL database server: mysqld failed!Code: Select all
mysqladmin -u root -p shutdownCode: Select all
sudo kill [processid]