Mysql crash after update

Please report bugs here!

Moderator: Thorsten

Post Reply
coudy
Posts: 19
Joined: Wed Feb 05, 2014 9:14 am

Mysql crash after update

Post by coudy »

hi,
after update from 2.8.5 to 2.8.7 mysql db crash:

Code: Select all

mysqlcheck phpmyfaq
phpmyfaq.faqadminlog                               OK
phpmyfaq.faqattachment                             OK
phpmyfaq.faqattachment_file                        OK
phpmyfaq.faqcaptcha                                OK
phpmyfaq.faqcategories                             OK
phpmyfaq.faqcategory_group                         OK
phpmyfaq.faqcategory_user                          OK
phpmyfaq.faqcategoryrelations                      OK
phpmyfaq.faqchanges                                OK
phpmyfaq.faqcomments                               OK
phpmyfaq.faqconfig                                 OK
phpmyfaq.faqdata
warning  : Table is marked as crashed and last repair failed
warning  : Size of datafile is: 499096       Should be: 498580
error    : Keypointers and record positions doesn't match
warning  : Found 196 deleted space.   Should be 0
warning  : Found 1 deleted blocks       Should be: 0
warning  : Found 41 key parts. Should be: 21
error    : Corrupt
phpmyfaq.faqdata_group                             OK
phpmyfaq.faqdata_revisions                         OK
phpmyfaq.faqdata_tags                              OK
phpmyfaq.faqdata_user                              OK
phpmyfaq.faqglossary                               OK
phpmyfaq.faqgroup                                  OK
phpmyfaq.faqgroup_right                            OK
phpmyfaq.faqinstances                              OK
phpmyfaq.faqinstances_config                       OK
phpmyfaq.faqnews                                   OK
phpmyfaq.faqquestions                              OK
phpmyfaq.faqright                                  OK
phpmyfaq.faqsearches                               OK
phpmyfaq.faqsessions                               OK
phpmyfaq.faqstopwords                              OK
phpmyfaq.faqtags                                   OK
phpmyfaq.faquser                                   OK
phpmyfaq.faquser_group                             OK
phpmyfaq.faquser_right                             OK
phpmyfaq.faquserdata                               OK
phpmyfaq.faquserlogin                              OK
phpmyfaq.faqvisits                                 OK
phpmyfaq.faqvoting                                 OK
I was able to fix it with

Code: Select all

myisamchk -v -r -o -f /<path_to_db_file>/faqdata
but it should be investigated, why it happens
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Mysql crash after update

Post by Thorsten »

Hi,

do you have any error log for MySQL? Is the crash reproduceable?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply