support

There has been a critical error processing your request

Started by kasynhk, September 17, 2020, 10:00:46 PM

Previous topic - Next topic

kasynhk

Hello
My website was unable to log in to FTP this morning. After contacting the service provider to recover, the following error appeared on the website page.
Error: Table'./H1×0××7_×B/abc_online_customers' is marked as crashed and should be repaired
Error No: 145
DELETE FROM `abc_online_customers` WHERE `date_added`< (NOW()-INTERVAL 1 HOUR)

This seems to be a problem with the database? Please help me, thanks!

maxter

Your FTP issues it not related/connected to Mysql error.

I think your error is self explanatory. you need to repare the table.
https://dev.mysql.com/doc/refman/5.7/en/rebuilding-tables.html

mysqlcheck --repair --databases [db name]
or
mysqlcheck --repair --all-databases


Forum Rules Code of conduct
AbanteCart.com 2010 -