MyBB Community Forums

Full Version: MyBB SQL Error won't go away
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I'm having some issues with my site.
http://cctjackson.byethost14.com/

It's been giving me that SQL Error since about 9:30 which is about 2 and a half hours now. On all the other Forums I am on, none have ever had an SQL Error for this long. Is there any way I might be able to fix this?
Run this query on the database in phpmyadmin or a similar application:

repair table mybb_sessions;
I have two questions that prove I am a complete noob.

1.) What do you mean by phpmyadmin or a similar application? Like, would my FTP client be that?

2.) How do I run a query?
You should be able to access phpmyadmin via your host's control panel. To run the query, you'll need to access phpmyadmin, select your database then select the SQL tab and paste what Leefish posted.
Okay, that got it up and running.

Thanks Leefish, Thanks euantor.