Skip to main content

MariaDB won't start when making change to my.cnf

Comments

2 comments

  • Jcats
    You'd have to look at the MySQL error log. Try and start MySQL then: tail -100 /var/lib/mysql/server.hostname.com.err
    replace server.hostname.com with your actual server hostname, or run: echo /var/lib/mysql/*.err
    and it will show you the error log
    0
  • cPanelLauren
    As @Jcats suggests viewing the error log to get the actual error you're getting is the only way to start troubleshooting the issue
    0

Please sign in to leave a comment.