Forced repair of MySQL data table in phpMyAdmin

Source: Internet
Author: User
Tags mysql database phpmyadmin

Is the database will inevitably error, out of the wrong will certainly need to repair.

phpMyAdmin is a good MySQL management tool that has a repair function for a table in a database. But when this table is no longer able to open it does not see this operation (actually a Web connection).

In fact, casually find a normal database in the normal data table, we look at this repair connection: http://localhost/phpmyadmin/sql.php?lang=zh-gb2312&server=1&db=mydb &table=mytable&goto=tbl_properties_operations.php&back=tbl_properties_operations.php&sql_query =repair+table+%60mytable%60

Replace the mydb with your actual database, replace mytable with your actual datasheet, copy to the Address bar, and enter. See if it's fixed? Oh.

This method fixes 80% of MySQL data tables. But maybe sometimes it's not.

With the development of MySQL database system, the support of the transaction will greatly reduce the situation that the data table is destroyed.

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.