Skip to main content

mysql has failed

Comments

5 comments

  • Eminds
    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
  • cPanelMichael
    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
  • llilitavi
    can't find file with that name in /var/lib/mysql/$hostname.err
    0
  • vacancy
    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.log
    0
  • Angshuman
    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.