Connection Problems Sorry, SMF was unable to connect to the database.

Started by faisaljee, April 13, 2012, 01:38:32 AM

Previous topic - Next topic

faisaljee

Hello, To all
i am change my hosting 2 day is ago but now forum is not connecting plz help me Thnx
Connection Problems
Sorry, SMF was unable to connect to the database. This may be caused by the server being busy. Please try again later.



faisaljee

Yup i Did it ..but still same problem even i check it manually that mysql is connected properly or not by this script

Quote
<?php

require('Settings.php');

if(mysql_connect($db_server, $db_user, $db_passwd)){
    Print "connected";
}else{
    die(mysql_error());
    }
mysql_select_db($db_name) or die(mysql_error());

?>

when i check upload it on forum directory and check it manually its displaying "connected"
but still facing same problem :(

ziycon

Have you asked your host yet? They would be able to help you better if there is an issue with your database, no harm to rule it out first.

Advertisement: