0

MySQL fails on: mysql "ERROR 1524 (HY000): Plugin 'auth_socket' is not loaded"

followed this and it gives "2019-09-15T06:21:16.719240Z mysqld_safe Logging to syslog. 2019-09-15T06:21:16.724724Z mysqld_safe Logging to '/var/log/mysql/error.log'. 2019-09-15T06:21:16.758180Z mysqld_safe A mysqld process already exists"

after the command "sudo mysqld_safe --skip-grant-tables --skip-networking & " .

I'm attaching the /var/log/mysql/error.log file. file I appreciate your help.

  • you need to kill the mysql process first, before running it in safe mode, use something like `sudo /etc/init.d/mysql stop` or `sudo service mysql stop` – Flash Thunder Sep 15 '19 at 06:39
  • after killing it keeps me giving the same error. when used "sudo /etc/init.d/mysql stop" -> [ ok ] Stopping mysql (via systemctl): mysql.service. – SalomDunyo - HelloWorld Sep 15 '19 at 07:06

0 Answers0