Jump to content

Database Corrupt table


jnet

Recommended Posts

OK

I tried to optimize my DB in phpmyadmin and it says

 

Table './jnet_cient/tblticketreplies' is marked a...

jnet_client.tblticketreplies optimize Error Table 'tblticketreplies' is marked as crashed and ...

jnet_client.tblticketreplies optimize error Corrupt

 

I looked at the tblticketreplies table and I see the Collation says " in use" other tables collation is latin1_swedish_ci

what should I do now? :(

Edited by jnet
Link to comment
Share on other sites

Repair the table using this query in phpMyAdmin:

 

REPAIR TABLE tblticketreplies;

If that fails, you will have to shut down MySQL and run as root:

 

myisamchk --recover

If you do not have root access, ask your host to do it. Otherwise your only real recourse is to restore your WHMCS database from last nights backup (I assume you're using WHMCS's nightly backup feature).

 

In either case, MAKE A BACKUP before doing any further repair actions. You should still be able to use mysqlhotcopy to make a backup; it should skip crashed tables.

Link to comment
Share on other sites

  • 1 month later...

I have this exact issue still. Tried an upgrade to 4.2, but still nothing. I press download and it starts to download till it reaches 238kb. Try to unzip it, but it appears to be corrupt. Also the back ZIP files i get via email are also corrupt as well.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated