MySQL Forums
Forum List  »  Newbie

Re: Corruptions like crazy
Posted by: Andrew Grimo
Date: April 29, 2015 04:24PM

Hi John,

In your previous message about using the "log-bin" and "bin-log-do-db" settings....please open a new forum thread to address that and your backup/recovery requirements with mysqldump.

Otherwise regarding this issue, I have 3 concerns/checks:
1. The disk drive needs to be checked for errors. this needs to be done first, maybe by getting help from your service provider.
2. You seem to be updating your mysql-server only and not the client tools. To see where you are currently at, please run the following and provide the output...also provide the output of your mysqld.log file after the upgrade you did to the server.
# rpm -qa | grep -i mysql

dependent on the output, running these commands may help you upgrade your client tools
# yum upgrade mysql-client mysql-shared mysql-shared-compat

3. Use the mysql client to login to the database as the 'root' user. Try to do a 'select count(*) from....' against the table in question that is marked as crashed. What are the results?

Options: ReplyQuote


Subject
Written By
Posted
April 29, 2015 11:33AM
April 29, 2015 11:49AM
April 29, 2015 12:20PM
April 29, 2015 12:40PM
April 29, 2015 01:04PM
April 29, 2015 01:36PM
April 29, 2015 01:48PM
April 29, 2015 02:00PM
April 29, 2015 02:59PM
April 29, 2015 03:30PM
Re: Corruptions like crazy
April 29, 2015 04:24PM
April 30, 2015 07:44AM
April 30, 2015 07:48AM
April 30, 2015 08:44AM
April 30, 2015 08:57AM
April 30, 2015 08:59AM
April 30, 2015 09:40AM
April 30, 2015 10:19AM
April 30, 2015 01:45PM
April 30, 2015 02:42PM
April 30, 2015 03:36PM
April 30, 2015 07:36PM
April 30, 2015 10:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.