could anyone look at this please

Status
Not open for further replies.

kizer911

New Member
Messages
4
Reaction score
0
Points
0
http://radiotest.pcriot.com/radiodjpanel/install/index.php could an admin please install this as there appears to be a problem with the mysql databases
Edit:
this is the error i keep on getting;
Test MySQL Database Connection

If you receive an error please go back and check your connection details.



Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'kizer_test'@'localhost' (using password: YES) in /home/kizer/public_html/radiodjpanel/connect.php on line 10

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/kizer/public_html/radiodjpanel/connect.php on line 11

Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'kizer_test'@'localhost' (using password: YES) in /home/kizer/public_html/radiodjpanel/install/install3.5.php on line 62
-Could not connect to database. Please check the connection details.-

help me please
 
Last edited:

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Have you given permission to the user and the database in cPanel?
 

kizer911

New Member
Messages
4
Reaction score
0
Points
0
yes
Edit:
this is the thing i need to fill out:
<?

//set local variables
$dbhost = "localhost; //Database Host
$dbuser = "db_test"; //Database User
$dbpass = "db_****"; //Database Password
$dbname = "db_work"; //Database Name

//connect
$db = mysql_pconnect($dbhost,$dbuser,$dbpass);
mysql_select_db("$dbname",$db);

?>
Edit:
has tis host got something wrong with there mysql
 
Last edited:

Christopher

Retired
Messages
14,659
Reaction score
8
Points
0
The password should not start with db_
It should just be the password.
 
Status
Not open for further replies.
Top