Skip to main content

MariaDB 10.3 crashing for no reason

Comments

5 comments

  • lfn
    Hi, I had a resent issue and for me it took 3 days to figure out. The DB locked/froze some tables on a cPanel update process in my case. But, in my case, it was a easy fix. Backup your DB before trying. Go to cPanel, Databases,and run the check database and see if you have any tables that show a error. Take a screenshot of those that do. Then, use the Repair Database button. Let me know how this helps?
    0
  • cPAdminsMichael
    I don't think it's directly related to a cPanel update as you are running MySQL Governor. How does your my.cnf file look like? Also have you tried checking for corrupt tables?
    0
  • andrew.n
    Do you see anything in "dmesg"? It's possible that it's being killed and the tables are getting corrupted and crashed as @cPAdminsMichael mentioned.
    0
  • cybershubham
    I don't think it's directly related to a cPanel update as you are running MySQL Governor. How does your my.cnf file look like? Also have you tried checking for corrupt tables?

    Hi, This is my.cnf: [root@noida01 ~]# cat /etc/my.cnf [client-server] !includedir /etc/my.cnf.d [mysqld] sql_mode = "ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" log-error = /var/lib/mysql/noida01.protondns.net.err performance-schema = 0 innodb_file_per_table = 1 max_allowed_packet = 268435456 open_files_limit=80000 max_connections=1000
    I had sent a ticket to the cPanel team - even they couldn't find a definite reason. They recommended me to increase the RAM as the usage was very high around the time MariaDB was crashed, also recommended me to run repairs on a few crashed tables. Now I have done that, let see if the issue comes again or not.
    0
  • cPanelLauren
    Can you provide the ticket ID for the ticket you opened with our support team so that I can follow up on it?
    0

Please sign in to leave a comment.