If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > looking for someone who knows cpanel well

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-09-04, 17:13
AOD Cruiser AOD Cruiser is offline
Registered User
 
Join Date: Nov 2004
Posts: 1
looking for someone who knows cpanel well

some one that knows the cpanel well that could look at it an tell me whats wrong with it .


Why do I see message_die()?
This means that nuke is unable to connect to the MySQL server and/or database. Normally it means the MySQL parameters are incorrect in the nuke config.php file.




$dbh = DBI->connect("DBI:mysql:sfaclan_stoned:localhost","sfa clan_stoned","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "sfaclan_stoned", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("sfaclan_stoned");



dbh = DBI->connect("DBI:mysql:sfaclan_stoned:localhost","sfa clan_stoned","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "sfaclan_stoned", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("sfaclan_stoned


i have no idea whats worng trying all day to get my site back up
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On