Table is marked as crashed and should be repaired 

Table is marked as crashed and should be repaired. It is during the recovery that these messages are appearing. If you experience high load on your Nagios XI server and the MySQL process (mysqld) appears to be consuming large amounts of CPU, it may be a symptom of one or more crashed tables. Sep 17, 2017 · You can repair your cel table manually. If you don't have direct access to the server via a console, phpMyAdmin also has a "repair table" option which should do the trick. Aug 8, 2012 · 11. Look further back in the mariadb log to see if there are messages before the crash. mysql> Bye. 49, table type: MyISAM, table size : between 50 Mo and 500 Mo Also there are multi-insert on this tables. For this, use the below command: mysqld stop. The table contains rows that have crashed, so exporting the table’s content will export all rows besides those that have crashed. Procedure. Less disk capacity is the reason MySQL tables are marked as crashed because due to less space, tables in the database might get damaged. //and then just input the password of the database. sql. The most efficient way I have found is to use the commandline mysqlcheck tool: mysqlcheck -u mydbuser -p mydbname. Step 4: In the phpMyAdmin interface, there is a list on table in the below in Table '. The "MySQL® Databases" application in cPanel can be used to repair the database. Start MySQL server. Mar 4, 2012 · Notes: I develop with ruby on rails and i'm using mysql 5. First, you need to stop the MySQL Server. Delete the file /etc/my. 步骤 2. Now, again start the MySQL Server by using this command: mysqld start. And if the table’s crashing rows aren’t essential to the functioning of WordPress itself, such as transients, plugin settings, etc. /asteriskcdrdb/cdr’ is marked as crashed and should be repaired when using LOCK TABLES This system was setup not more than 3 months, so we dint do any backup yet. com/od/mysqladministration/qt/repair_mysql. 9kB ERROR 145 (HY000) at line 2970: Table '. 0 [Release 4. /phpBB/phpbb_users' is marked as crashed and should be repaired when using LOCK TABLES mysqldump: Got error: 145 Mar 15, 2024 · Option 3. Jul 12, 2006 · Also got a bunch of errors like this: user warning: Table '. In the main panel, you should see a list of your database tables. Open another shell from control panel and repair database with this command: mysqlcheck -r --databases mysql --use-frm. tables_priv 2017-08-27T09:12:47. 0]: Table 'backup_sbt_history' is marked as crashed and should be repaired. While logged into the MySQL command line run the following command: REPAIR TABLE <tablename>; where <tablename> is the name of the table that has become corrupted. Apr 25, 2016 · I have repaired the table via the AdminCP -- it always reports OK. /colliny2k_neo/cache' is marked as crashed and should be repaired | Drupal. mysqllinuxrestore . 당사 디딤모니터링 서비스를 사용하는 경우 아래와 같이 알람 메일을 통해 확인할 수 있습니다. proc status, I get: May 13, 2019 · To solve the error, we must use the mysqlcheck command. /mysql/tables_priv' is marked as crashed and should be repaired 2017-08-27T09:12:47. edited Jul 29, 2020 at 12:28. All the tables in the database will get listed on the right side. I have repaired the table with phpMyAdmin -- several times -- and it always reports that it was successful. Apr 16, 2019 · A typical example of such error shows up as “MySQL table has marked as crashed and should be repaired”. java Mar 5, 2015 · If you find Fatal error: Can't open and lock privilege tables: Table '. Put a checkmark next to each crashed table. 从列表底部的 “With selected:(选择)”下拉菜单中选择 “Repair table(修复表)”。. Re-import the crashed table. Just use the following MySQL command to check the status of MySQL database. Log into WHM as the Feb 22, 2013 · mysqldump: Got error: 145: Table ‘. //the following wordpress is the database name of wordpress. Sep 2, 2017 · The corrupted or crashed tables can be repaired using REPAIR query or mysqlcheck command. Use ps -e to check the processes to make sure mysql isn't still running. User_Logs' doesn't exist Jan 17, 2024 · Here’s how to use this command on the Windows system. 3) in your my. I get a message many times a day that one of the tables has crashed. com. repair table jos_session My question is, how can we prevent this table from crashing to begin with. 5. Try to repair the table using admin tool, e. at last, please restart TDP, then have a try to do cross query. 上記を確認するとerror表示が Table 'xxxx' is marked as crashed and should be repaired. pgAdmin if you using postgreSQL. Select the database with the crashed table. [Forum] (145) Table is marked as crashed and should be repaired. 0 I am getting the errors below about tables marked as crashed. 步骤 4. Add a comment. When I ran into a similar problem, I found out that a module I had written was making a huge amount of inserts into the access_log table, which then caused the table (and sometimes other tables) to crash. It will then check each table in the specified database. You may be able to repair the table by issuing a mysql command like: REPAIR TABLE your_database_name. Then, use the myisamchk command, as given below, to fix the corrupt table: myisamchk –recover TABLE. Alternatively, you can use REPAIR query as shown below: mysql Mar 23, 2014 · Tweet. mysqlcheck -u root -p wordpress. From the console (or anywhere you can run commands), run "repair table phpmyadmin. CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1194 Table 'mytable' is marked as crashed and should be repaired. Tools like sysbench and memtest86 can often help verify if things are working as they should. Aug 16, 2022 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. 选项 1. #1. 9. The "Repair a MySQL® Database" interface in WHM can be used to repair a MySQL database. impl. This manual working mode requires sufficient skill and knowledge in the technical field, which is not feasible for every user. 31. In the above example the EXTRNLNKS table became corrupt and needs to be repaired. 6. MySQL Enterprise Backup - Version 4. Jul 6, 2023 · My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts. 修复崩溃的数据库表. Asking for help, clarification, or responding to other answers. Jan 1, 2017 · Re: phpbb_sessions' is marked as crashed and should be repaired Post by stevemaury » Mon Jun 29, 2009 3:21 am Repair that table the same way, although that is not a phpbb table. Change directory to your MySQL database. exe: Table '. MYI' is marked as crashed and should be repaired. Aug 26, 2019 · Execute following command from PhpMyAdmin to fix it for this table: REPAIR TABLE event; Or if more tables are broken then use following command. truncate table jos_session It can also be fixed by repairing the table. Now mySQL you can start XAMPP from the control panel. If the mysqld server is stopped, you should use the --update-state option to tell myisamchk to mark the table as “checked. Stop the MySQL daemon/service by executing the command- service mysql stop. Apr 18, 2008 · ERROR[14821] cdr_addon_mysql. The advantage of @lgaetz 's instructions is that you repair all of the tables in the entire system, but can take considerably longer. Jika Anda mau versi super singkat, sebenarnya Anda bisa menggunakan perintah ini : sudo mysqlcheck –auto-repair -A -u root -p. If mysqld crashes, any MyISAM table that had open file handles to it never had the opportunity to decrement the file handle count upon each file handle closing. \sample_database\table1. Sep 30, 2023 · Crashed Database Tables. Step 4. Your server is crashing for some reason. /mysql/tables_priv' is marked as crashed and should be repaired Jan 2, 2021 · The problem is definetely on the database side. Jun 6, 2013 · 2 Answers. Feb 15, 2024 · While using MySQL, users sometimes face issues with the pop-up message, such as “MySql table is marked as crashed and should be repaired,” and this happens especially after an abrupt system shutdown. # mysqlcheck -r filecloud sessions -u root -p. Select the table you want to repair. The solution: As the database root user, run the following queries: Jan 12, 2021 · Follow these steps to repair a crashed table via phpMyAdmin: Step 1: Log in to your web host, and then click the ‘phpMyAdmin’ icon. Step 5. 选择有崩溃表的数据库. repair table cel; Wait until you will get a confirmation prompt. The above command will repair the corrupted sessions table in filecloud database. about. tables_priv; returns an empty result set. answered May 29, 2009 at 18:57. Log in to your phpMyAdmin or connect to it via your cPanel back-end. And in this case, it is just what we need. c: mysql_cdr: Failed to insert into database: (145) Table ‘. To combat it, the following things work best: Double check your hardware with a test to see if it is causing problems. /wordpress/wp_posts' is marked as crashed and should be repaired. Sep 21, 2015 · though application was working fine but now i am having a problem regarding mysql table getting crashed. This user need the privileges to only select on only one table where the login info are. Step 3: You will get the list of tables in the interface of the selected MySQL database where you should check mark the table to repair. /myDBname/myTable1' is marked as crashed and should be repaired when using LOCK TABLES Aug 17, 2023 · [ERROR] /usr/sbin/mysqld: Table '. mysqlcheck -uroot -p --repair --all-databases Supply password whenever prompted. /db_name/table_name' is marked as crashed and should be repaired. mysql> use sp1; Cause. g. mysql asteriskcdrdb 2. Please note, the database should be backed up before the repair procedure begins. 修复 MySQL 数据库数据表问题可以由 mysqlcheck Jul 20, 2010 · O E is correct, REPAIR TABLE 'menu_config' should do it. Sep 16, 2019 · Sampai disini Anda sudah berhasil melakukan perbaikan dengan database server Anda yang sebelumnya database MySQL Anda terjadi Corrupt. This most of times happen on a crash of MySQL Server while it was writing on the table. 解决办法如下. Could not save recent table! #145 - Table '. Repairing MySQL crashed tables can be tricky and any minute error may damage the entire database. ', 0, '', Aug 18, 2023 · [ERROR] /usr/sbin/mysqld: Table '. There can be a few reasons tables get corrupted, it is discussed in detail in the manual. hello. mysql> show databases; 3、进入数据库“sp1”是库名. In the With selected list box, selected Repair table. MYI or myisamchk -e *. I think I know how to recover, but is there any advantages to changing to MyISAM as it supports repairing tables, I think. May 10, 2019 · Re: tables crashed and should be repaired Hello well exactly as it's written on that message, this forum and on the web: go to your datase manager and repair them We would like to show you a description here but the site won’t allow us. You can turn off this feature to get a quicker startup with -A. There is header info in each table that keeps track of how many open file handles a MyISAM table has. Mar 18, 2020 · Table xxx is marked as crashed and should be repaired. 第一种: 1、首先进入mysql命令台: mysql -u root -p 回车 输入密码. If many different tables are getting repeatedly corrupted, I would suspect hardware problems first. Choose Repair Table from the drop-down menu at the bottom of the screen. 登录 PHPmyadmin 或通过 cPanel 后台连接到 PHPmyadmin. rmp. Apr 16, 2019 · 3. Jun 11, 2012 · This was accompanied by my site crashing. mysqldump: Got error: 145: Table '. "errno 28" -- Check the setting for tmpdir and consider changing it to a bigger dis partition. Run myisamchk *. 3. <tablename>, which will check the content of the table and ultimately let you know whether it's actually broken or not Then you may need to run REPAIR TABLE <databasename>. Improve this answer. pma_history". jdbcjobstore. After you have successfully fixed the crashed innodb table, don't forget to remove #set-variable=innodb_force_recovery=6 from my. If I had to speculate, I would suggest that it is possible that your server ran out of ram and the kernel killed the mysql process which caused the tables to crash. Check table is also helpful. Both approaches are good tools to have in your box. Expand the affected MySQL database. from your console. user' references invalid table(s) or column(s) or function(s) or definer/invoker of view lack rights to use them. 1\bin\mysqld: Table '. MDEV-26581 Table 't' is marked as crashed and should be repaired on UPDATE and sql_mode changes. /DBname/TABLEname' is marked as crashed and should be repaired" 에러가 기록되었을 때, . cnf, this way MySQL will attempt to repair MyISAM tables on the fly - Differents options exists, see MySQL Documentation Feb 16, 2020 · "marked as crashed" -- Longterm solution: Switch from MyISAM to InnoDB. See the repair table command. Repairing the crashed table using the MySQL console. example: # mysqlcheck -u root -p wordpress. 1. I just browsed through and figured out a few possible causes for the corruption of tables: 1. I have never been unable to repair and/or optimize the language table (my tables have a DIY table prefix) ERROR 1194 (HY000): Table ‘nagios_servicechecks’ is marked as crashed and should be repaired Except this command, all other commands working fine. Aug 28, 2023 · With the above steps, users can troubleshoot if the MySQL table is marked as crashed and should be repaired. sql mysql your_database_name -e "DROP TABLE your_table_name;" mysql your_database_name < your_table_name. mysql> select * from wp_posts; ERROR 145 (HY000): Table '. /mysql/proc' is marked as crashed and should be repaired 228MB mysqldump: Got errno 32 on write I've ran the following command to repair all tables in all databases: mysqlcheck --auto-repair --all-databases When I examine the mysql. Jun 22, 2018 · "check table mysql. 1and that's bad news. there one week my forum is down 3 or 4 times a day because of crash of two tables in my database. Thank you, Daniel Friedman Trixton LTD. Although the above manual method is effective, every user cannot perform the complicated steps. You can use myisamchk tool with -r flag for this purpose. And the crashed table was successfully repaired. Please note that the "Repair a MySQL® Database" interface does not support InnoDB tables [ERROR] /usr/sbin/mysqld: Table '. . . 1 to 8. I fixed it by truncating the table . /aik/mac_vod' is marked as crashed and should be repaired The text was updated successfully, but these errors were encountered: All reactions Oct 22, 2019 · A client implementation on ERPNext is on MariaDB and InnoDB engine. Cheers!! Jul 16, 2017 · PHP 5. The version IS 1. Generally, tables will become corrupt only when a write operation is interrupted. that works only , if you can still log in, else you can try to reset the root password Jul 29, 2020 at 10:56. Thus, if a new file handle opens a MyISAM Feb 2, 2012 · 9. Recursively delete /usr/bin/mysql and /var/lib/mysql. 원인은 Feb 3, 2024 · As a last resort, you can try dumping the table content to a file using mysqldump, dropping the corrupted table, and then re-importing the data: mysqldump your_database_name your_table_name > your_table_name. cnf. Share. Please note that the "Repair a MySQL® Database" interface does not support InnoDB To repair a table in PHPMyAdmin you’ll need to: Click into your WordPress database to view a list of all tables. log: tail /var/log/mysqld. Replace your_database_name Jan 6, 2009 · you can solve this simply going to your database in phpmyadmin, selecting from structure the table and, at the end ot the lists tables, select "repair table" on the drop-down menu . 24. Mar 8, 2012 · [See nested exception: org. Jul 11, 2014 · mysqld. 6. JobStoreSupport. Run this command: mysqlcheck --database db_name table_name -uroot -p. "Out of memory" -- What is running? Nov 2, 2023 · If there is concern that these may represent an actual database issue, the database integrity can be confirmed by running the cc-config database --repair command from the admin command line. 先日、MySQLを操作していたら、下記のようなエラーに遭遇しました。. So, tun this command: :~$ sudo mysqlcheck -u [user] -p --all-databases --auto-repair. cnf and then restart MySQL server again. 2、查询所有的库. I thought about making a script that repairs the table every night, but i see that this is a bad idea. quartz. The command to use is cd /var/lib/mysql/YOUR Jul 25, 2018 · 0. Please try the below query, REPAIR TABLE nagios_servicechecks; Try the above query in terminal or check the below link to repair table or databases via phpmyadmin. Similarly, another customer of ours contacted us with an issue as “MySQL table has marked as crashed and should be repaired”. log. What should I do if mysql table is marked as crashed? Jul 20, 2008 · Table 'session' is marked as crashed. When the page refreshes, you should see a summary of any Jul 2, 2019 · This one helped for me: Open shell from from control panel and start mysql with this command: mysqld –-console –-skip-grant-tables –-skip-external-locking. May 29, 2009 · 1. Sep 14, 2020 · 最近几天在运行项目的时候,突然出现了如下的报错 Table '**' is marked as crashed and should be repaired 在网上查了一下原因,说是主要由于数据库的频繁查询或者是数据库服务器突然断电造成这种原因的 解决方法也是蛮简单的: 主要有以下几种方法 1、myisamchk -c -r . Thread starter irvan; Start date Jul 19, 2008; I. In order to find out if you have crashed database tables or any other errors, you can check the mysqld. Sometimes, a MySQL database will be marked as crashed and require repair. /asteriskcdrdb/cdr’ is marked as crashed and should be repaired. Execute: C:\XAMPP\mysql\bin\myisamchk -r c:\XAMPP\mysql\data\mysql\db. Please see How to check and repair the database in Messaging Gateway for more details Drupal might have contributed to the problem by adding too much load. Stop mysql, close shells and restart mysql normally. Sorted by: 19. Provide details and share your research! But avoid …. You should try to run CHECK TABLE <databasename>. must be entered each time in phpmyadmin to repair these 2 tables. Select “Repair table” from the “With selected:” drop down at the bottom of the list. mysqldb' is marked as crashed and should be repaired around end of this file, then… one of your tables must be repaired. is marked as crashed and should be repaired 오류 발생 시 처리방법. edited Oct 25, 2014 at 11:17. Scroll down to the bottom of the tabular rows shown and choose the “Repair” option from the dropdown. The command select * FROM mysql. Andrey. 上記エラーは、テーブルが破損していることを示しています。. delete ib_logfile0 and ib_logfile1. Any suggestions on how to go about the repair please? Feb 3, 2021 · How do I fix Fatal error: Can't open and lock privilege tables: Table '. Repair Using PHP Code. initialize(JobStoreSupport. tables_priv"; - it's to get the table's status after the repair job. MySQL uses a write () system call, so even if the server crashes, as long as the OS is still operative the data will be safe. MYI if you have more time. Or try to drop the table, recreate it and check code again. htm. smartlookCookie - Used to collect user Apr 29, 2009 · Good day, On running my Plesk builtin backup on a Plesk Linux box with 8. _ga - Preserves user session state across page requests. – this will then put an end to the Dec 12, 2012 · 4. MYI. Fortunately, repairing a table with phpMyAdmin is easy. Click Check All to select all of them. 9kB assword: 59. 1. Confirmed Feb 18, 2019 · phpMyAdmin Repair Steps. Beneath from the 'With selected' dropdown, run 'analyze' (it should say that it is corrupted). answered Jul 29, 2020 at 10:47. The directory is usually located in /var/lib/mysql. I know because I've been through this before - I used to have to pay 2 expensive servers just so that on the old server we would have the old version of pHp and mySQL and on the new server we had the newer versions of these to run Magento 1. in mysql you´ll be executing this command: REPAIR TABLE `watchdog` (change "watchdog" with the affected database). I have a mysql database and i need to create an user for the login. MySQL said: #1194 - Table 'tablename' is marked as crashed and should be repaired 这个错误提示表明,MySQL认为该表是“crashed”(即已崩溃),并建议你修复它。 引起问题的原因 Jun 18, 2018 · I don't think so, not unless PHP managed to crash the mysql daemon. How to repair a MySQL table. Sun 23 Mar '14, 8:41am. Enter password: Jul 8, 2010 · C:\Program Files\MySQL\MySQL Server 5. 第 3 步 在每个崩溃的表旁边打勾或全部选中. In mysqlcheck command, use ‘-r’ option to repair the table. 798472Z 82 [ERROR] /usr/sbin/mysqld: Table '. \mysql\db' is marked as crashed and should be repaired 1 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'dbs1056212. answered Jan 2, 2021 at 10:26. Step 2: After that select the corrupt MySQL database. 769485Z 81 [ERROR] /usr/sbin/mysqld: Table '. The reasons for such errors could be the storage issue, hardware corruption, etc. /dbname/tablen May 3, 2010 · MySQL: table is marked as crashed. Make sure nothing is touching the data Feb 1, 2024 · Error 1194: Table '%s' is marked as crashed and should be repaired 解决MySQL数据库表崩溃问题 在进行MySQL数据库操作时,有时我们会遇到以下报错信息: MySQL said: #1194 - Table 'tablename' is marked as crashed and should be repaired 这种情况下,我们需要对数据库表进行修复操作。本文将介绍如何快速解决MySQL数据库表崩溃问题。 Jan 5, 2024 · Solution One – Repair table using myisamchk command. Click the phpMyAdmin icon. This often occurs after you experience out of disk space problems on the disk partition where your database resides. tables_priv" -to repair this table "check table mysql. Often after running out of disk space or a similar unexpected event, some of the database tables may have become corrupt. You need to run a repair on the database, and check your my. _gat - Used by Google Analytics to throttle request rate _gid - Registers a unique ID that is used to generate statistical data on how you use the website. Stage 1: Checking your tables. MySQL 에러로그에서 "'. Feb 29, 2008 · When My website's members are try to access thier account the following message displays: Example 1: user warning: Table 'watchdog' is marked as crashed and should be repaired query: INSERT INTO watchdog (uid, type, message, severity, link, location, referer, hostname, timestamp) VALUES (1, 'user', 'Session opened for admin. Does Frappe/ERPNext support MyISAM? Does it require a lot of reconfiguration to move from InnoDB to MyISAM, assuming there are any Jun 18, 2019 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. This will access mydbname using user mydbuser and prompting for that user's password. The command, which requires superuser Feb 25, 2020 · ERROR 1356 (HY000): View 'mysql. エラー確認としては、check tableコマンドを利用します。. This command is very useful because it allows maintenance operations, optimization and repair of database and tables. 50. 步骤 1. 2. /colliny2k_neo/cache' is marked as crashed and should be repaired query: DELETE FROM cache WHERE cid = 'variables' in #145 - Table '. Use the -s (silent) option to suppress unnecessary information. \phpmyadmin\pma_recent' is marked as crashed and should be repaired Table is marked as crashed and should be repaired. cnf settings and lower some of your memory settings. Login in your server using SSH command like – ssh root@example. 59. Apr 29, 2013 · MySQL table is marked as crashed and last (automatic?) repair failed 0 Mysql::Error: Table 'table_name' is marked as crashed and should be repaired 2017-08-27T09:12:47. /data/tablename/tablename For the "fixing" part, you can also put "myisam-recover-options" (same as "myisam-recover" before 5. ”. Jul 27, 2011 · MySQL 破損したテーブルを復旧させる. noticia; Or, from the command shell, you can run something like this to check and repair all tables: mysqlcheck -u root -p --auto-repair --check --all-databases Feb 13, 2019 · As you see, both the MySQL errors 1194 and 145 display the same message: ERROR 1194 (HY000): Table 'tablename' is marked as crashed and should be repaired ERROR 145 (HY000): Table '. <tablename>. JobPersistenceException: Couldn't clean volatile data: Table 'QRTZ_TRIGGERS' is marked as crashed and should be repaired [See nested exception: java. Database changed. Feb 1, 2012 · Uninstall mysql using yum remove mysql*. Ask Question 145: Table '. Step 2: In the window that opens, a list of databases is displayed on the left side. SQLException: Table 'QRTZ_TRIGGERS' is marked as crashed and should be repaired]] at g. org Reading table information for completion of table and column names. Start phpMyAdmin from your browser and select the table 'db' from the database 'mysql' (Select 'mysql' from left panel then check 'db' in right hand panel). it is not practical to repair database several times a day. Log in to your web host. MySQL 5. tables_priv"; - it's to get the table's status before the repair job "REPAIR TABLE mysql. Pavel Novitsky: Thank you for all your help. Jul 29, 2020 · First try to run the following command: mysqlcheck -u root -p --auto-repair --check --all-databases – Philip Petrov 1 hour ago. 1194 Table 'session' is marked as crashed and should be repaired; Code Symptoms When the cphulk database has crashed or has a table marked as crashed, tThe MySQL error log, as well as Cphulkd logs, continue Sep 27, 2015 · Step 3. The myisamchk utility can be used to repair MyISAM tables. \mysql\proxies_priv' is marked as crashed and last (automatic?) repair failed Ask Question Asked 3 years, 3 months ago Step 1: First provide your user name, password and then login to phpMyAdmin. 메버릭의 작은 세상 ERROR 1194 (HY000): Table 'SipUser' is marked as crashed and should be repaired Oct 27, 2018 · The advantage of @BlazeStudios approach is that the crashed table gets repaired very quickly, but if other tables are crashed, they don’t. Choose the affected database. If there are no message indicating a crash/safe shutdown it might be that the mariadb is getting killed by an OOM condition. Depending on how big the table is, this may take a long time. MyISAM tables are very easy to crash. I have tried it several times in succession. on phpmyadmin when i use the gui i receive this error: '#1194 - the table 'tables_priv' is signed as corrupted and need to be repaired. Then select again and run 'repair table'. Type the following commands in your linux console: 1. Mar 30, 2016 · Cause. Paul White. If i use the cli with this command: ''' GRANT SELECT Sep 18, 2008 · 6. Jun 5, 2021 · Statistic cookies help website owners to understand how visitors interact with websites by collecting and reporting information anonymously. 792061Z 81 [ERROR] Couldn't repair table: mysql. http://php. ae rm hl ec gd jp vs hg xh gt