MyBB Community Forums

Full Version: Emegency! Where is the phpmyadmin file in Filezilla?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys!

Unfirtunately had today this error below

"MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './total2_db/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE uid='1' "

As far as i know, need to put sth in the phpmyadmin file but i have no access there via the cpanel of my host provider. Doy know where can i find this file in filezilla and what exactly need to write there and where exactly?

Thanks in advance..
you cant do it from filezilla. You will need cpanel. you should have access to phpmyadmin to repair the crashed tables.
(2013-07-31, 11:27 AM)pro Wrote: [ -> ]you cant do it from filezilla. You will need cpanel. you should have access to phpmyadmin to repair the crashed tables.

Thx for that. What do i need to write in the "phpmyadmin" file and in which line?
^ do you have access to database manager at webhost control panel

if you are confused , then try running tables check task available at below location

admin panel >> tools & maintenance >> Task Manager --> Tables Check <-- click on right side icon to run the task
first you can try to restore database at MySQL Databases > Repair DB:

or try this query : REPAIR TABLE mybb_sessions;
Ok guys, just fixed it. Thank you for everything. You're great!