Author Topic: There has been a critical error processing your request  (Read 2416 times)

Offline kasynhk

  • Newbie
  • *
  • Posts: 13
  • Karma: +0/-0
    • View Profile
There has been a critical error processing your request
« on: September 17, 2020, 10:00:46 PM »
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!

Offline maxter

  • Full Member
  • ***
  • Posts: 228
  • Karma: +64/-0
    • View Profile
Re: There has been a critical error processing your request
« Reply #1 on: September 17, 2020, 10:34:05 PM »
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

Code: [Select]
mysqlcheck --repair --databases [db name]or
Code: [Select]
mysqlcheck --repair --all-databases

 

Powered by SMFPacks Social Login Mod