MyBB Community Forums

Full Version: After trying to optimise the database
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, im getting some strange errors after trying to optimise the database from admin cp.

Here is a screenshot

[Image: 61525565.png]

Anyone up with solutions ? Confused
Run this query in phpmyadmin or similar:

repair table mybb_datacache;
I get this error when I run that sql in phpmyadmin

import.php: Missing parameter: import_type
import.php: Missing parameter: format
Make sure you've selected your database and then ran that query.

See this how to run sql queries: http://community.mybb.com/thread-44380.html
"Your SQL query has been executed successfully"
But, still its same.

Also there is error in msg type, Can't create new tempfile: './mydatabasename/myb...

mydatabasename - Hidden my original db name while posting here.

Also,

MySQL said:

#1 - Can't create/write to file '/tmp/#sql_5420_0.MYI' (Errcode: 122)
Its a host issue then. You've to contact them to resolve.
Hmm ok thanks Smile