In Mysql, Table 'xxx' is marked as crashed and last (automatic ?) Solution

Source: Internet
Author: User

The following error occurs in the MYSQL database of the website:
Copy codeThe Code is as follows: Table '. \ de_archives' is marked as crashed and last (automatic ?)
This problem occurs when the related table is damaged. You can use phpmyadmin to fix this problem.
If it is an independent server, you can also use the command line method to fix it. Stop the mysql service before the fix:
Copy codeThe Code is as follows:/etc/init. d/mysqld stop
Then execute the following command (refer to) to repair the table:
Copy codeThe Code is as follows: myisamchk-r/usr/local/mysql/var/dede/dede_archives.MYI
Note the path of the database table. The Windows host can be executed in analogy.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.