MyBB Community Forums

Full Version: my sql error 145
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
is there any way to stop this error without using this query like code modification or any thing else because this error frequently and i have to use this query many times which is being very tired.
Contact your host, ask them to set a higher limit.
(2007-10-20, 09:50 AM)destroyer Wrote: [ -> ]Use these:

TRUNCATE TABLE mybb_sessions;
REPAIR TABLE mybb_sessions;

Had the same problem. The truncate and repair worked for me. Thanks.
Pages: 1 2