mysql has failed
Hello
There is a problem with me
stop rules
When making Restarting MySQL Server
Given this mistake
mysql has failed. Contact your system administrator if the service does not automagically recover.
-
did you checked the mysql error logs /var/lib/mysql/8.err file, it will give you an idea of why mysql is failing 0 -
Hello, Could you let us know the output from the MySQL error log (/var/lib/mysql/$hostname.err) when attempting to start MySQL? Thank you. 0 -
can't find file with that name in /var/lib/mysql/$hostname.err 0 -
Please add code /etc/my.cnf [CODE=bash]log_error=mysql_error.log
After service mysqld restart You can access log records with this command. [CODE=bash]tail -f /var/lib/mysql/mysql_error.log0 -
I am too facing the same problem. The output from my mysql_error.log file is shown below 2020-01-26 07:05:45 1773 [Note] Shutting down plugin 'MyISAM' 2020-01-26 07:05:45 1773 [Note] Shutting down plugin 'MEMORY' 2020-01-26 07:05:45 1773 [Note] Shutting down plugin 'CSV' 2020-01-26 07:05:45 1773 [Note] Shutting down plugin 'sha256_password' 2020-01-26 07:05:45 1773 [Note] Shutting down plugin 'mysql_old_password' 2020-01-26 07:05:45 1773 [Note] Shutting down plugin 'mysql_native_password' 2020-01-26 07:05:45 1773 [Note] Shutting down plugin 'binlog' 2020-01-26 07:05:45 1773 [Note] /usr/sbin/mysqld: Shutdown complete Kindly help me out with restarting the plugins? Thank you 0
Please sign in to leave a comment.
Comments
5 comments