Hello all, I keep on getting this Database error and i'm not sure how to fix the line of code here is the error i get:
Database error in vBulletin :
'
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Lost connection to MySQL server during query
/home/zammmaz0/public_html/forum/includes/class_core.php on line 279
MySQL Error :
Error Number :
Date : Friday, September 22nd 2006 @ 09:44:35 AM
Script : http://www.****.com/forum/showthread...=lastpost&t=21
Referrer :
IP Address : **.**.***.***
Username :
Classname : vB_Database"
And this is the line of code in class_core.php:
"
$link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password);
"
I'm not sure what I should put in for the server name, port, and username/pw. OR if i'm even suppost to change any of those. Please any help would be good.
Side note: The forums seem to function properly from the GUI
Database error in vBulletin :
'
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: Lost connection to MySQL server during query
/home/zammmaz0/public_html/forum/includes/class_core.php on line 279
MySQL Error :
Error Number :
Date : Friday, September 22nd 2006 @ 09:44:35 AM
Script : http://www.****.com/forum/showthread...=lastpost&t=21
Referrer :
IP Address : **.**.***.***
Username :
Classname : vB_Database"
And this is the line of code in class_core.php:
"
$link = $this->functions[$usepconnect ? 'pconnect' : 'connect']("$servername:$port", $username, $password);
"
I'm not sure what I should put in for the server name, port, and username/pw. OR if i'm even suppost to change any of those. Please any help would be good.
Side note: The forums seem to function properly from the GUI
Comment