MyBB Community Forums

Full Version: My forum crashed
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi how do i fix this please

http://footieforum.co.uk/
(2013-02-24, 04:42 PM)DUBLIN5 Wrote: [ -> ]hi how do i fix this please

http://footieforum.co.uk/

You need to wait for the load on the server to decrease , I've has this before and the host said there were too many connections to it at that particular time.

Edit : now it is saying the table has crashed so run this query in your phpmyadmin

REPAIR TABLE `mybb_sessions` 
(2013-02-24, 05:01 PM)MisterW Wrote: [ -> ]
(2013-02-24, 04:42 PM)DUBLIN5 Wrote: [ -> ]hi how do i fix this please

http://footieforum.co.uk/

You need to wait for the load on the server to decrease , I've has this before and the host said there were too many connections to it at that particular time.

Edit : now it is saying the table has crashed so run this query in your phpmyadmin

REPAIR TABLE `mybb_sessions` 

You have to choose at least one column to display..which one do i choose??
Strange. Did you choosed your database in phpMyAdmin? When you choose it, you will see tab called Query or SQL, click on it, and then write that query for repairing Smile
(2013-02-24, 05:40 PM)DUBLIN5 Wrote: [ -> ]
(2013-02-24, 05:01 PM)MisterW Wrote: [ -> ]
(2013-02-24, 04:42 PM)DUBLIN5 Wrote: [ -> ]hi how do i fix this please

http://footieforum.co.uk/

You need to wait for the load on the server to decrease , I've has this before and the host said there were too many connections to it at that particular time.

Edit : now it is saying the table has crashed so run this query in your phpmyadmin

REPAIR TABLE `mybb_sessions` 

You have to choose at least one column to display..which one do i choose??

You click on your database then click SQL then run the query.
ah it's back thanks,i have another forum too if you could help me out with it please

http://computergeeks.in/
(2013-02-24, 05:47 PM)DUBLIN5 Wrote: [ -> ]ah it's back thanks,i have another forum too if you could help me out with it please

http://computergeeks.in/

The credentials to access the database are incorrect, check and update them.
(2013-02-24, 05:47 PM)DUBLIN5 Wrote: [ -> ]ah it's back thanks,i have another forum too if you could help me out with it please

http://computergeeks.in/


If you take a look on docs you will see what can cause that problem:

http://docs.mybb.com/Help-Common_Error_Messages.html

Quote:Database: MySQL
SQL Error: 1045 - Access denied for user 'USERNAME'@'HOSTNAME' (using password: YES)
Query: [READ] Unable to connect to MySQL server
Information: This occurs when you are using MySQL and the database password is incorrect in ./inc/config.php. To fix this, open ./inc/config.php and check the entry for $config['database']['password']. If you do not know what needs to be here, contact your host provider.

Edit: Ninja'd again Big Grin