Skip to main content

SQL Server crashing and restarting, log file attached, what might be the solution?

Comments

7 comments

  • cPanelMichael
    Hello :) It looks like there is InnoDB corruption based on the error output. Could you post the entries added to your /etc/my.cnf file? Thank you.
    0
  • maestroc
    [quote="cPanelMichael, post: 1661722">Hello :) It looks like there is InnoDB corruption based on the error output. Could you post the entries added to your /etc/my.cnf file? Thank you.
    Here it is: [mysqld] innodb_file_per_table=1 local-infile=0 open_files_limit=22164 query_cache_type=1 query_cache_size=90M query_cache_limit=100M tmp_table_size=156M max_heap_table_size=156M thread_cache_size=16K key_buffer_size=64M join_buffer_size=900K max_connections=200 innodb_buffer_pool_size=110M table_cache=3K table_definition_cache=4K
    0
  • cPanelMichael
    The following document is a good place to start when handling InnoDB corruption: [url=http://dev.mysql.com/doc/refman/5.5/en/innodb-backup.html]MySQL :: MySQL 5.5 Reference Manual :: 14.19 InnoDB Backup and Recovery Thank you.
    0
  • maestroc
    So it sounds like I need to drop and recreate that database from a backup. If this was for a normal account I would know how to do that with no problem (I've done it before, deleting an account then restoring it from backup), but since this is in reference to the mailserver tables I am not familiar with how to do that part of things. Can it be done through WHM as I have done with the others? Also will doing so screw up the way mail is processed while the deletion/restore process is carried out? Like I said, I'm new to this part of server management...
    0
  • cPanelMichael
    The references in the error logs to the eximstats database is not related to the InnoDB corruption. Those are separate, unrelated, error messages in the MySQL error log. Thank you.
    0
  • maestroc
    Like I said, I am kind of clueless here. In the help file you referenced it talks like the only way to fix the corruption is to restore the database from a backup. If the eximstats db is not the culprit how do I figure out what is doing it or what should my steps be to fixing the issue?
    0
  • cPanelMichael
    I don't recommend attempting InnoDB recovery if you are not comfortable doing so. Instead, you may want to consult with a qualified system administrator for assistance with this particular issue. Thank you.
    0

Please sign in to leave a comment.