I get the following error when completing step 4:
Warning: mysql_connect(): Access denied for user: 'jwgmgcom_johng@66.6.223.70' (Using password: NO) in /home/jwgmgcom/public_html/phpform/process3.php on line 288
Line 288
$link = mysql_connect($hostname,$dbuser,$dbpass) or die("<br><br>Could not establish connection to MySQL database with the information provided.");
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm having this problem as well, except I didn't forget my password. :)
I did a test.php and it retrieved my database PHP values. They are different than:
$link = mysql_connect($hostname,$dbuser,$dbpass) or die("<br><br>Could not establish connection to MySQL database with the information provided.");
I get the following error when completing step 4:
Warning: mysql_connect(): Access denied for user: 'jwgmgcom_johng@66.6.223.70' (Using password: NO) in /home/jwgmgcom/public_html/phpform/process3.php on line 288
Line 288
$link = mysql_connect($hostname,$dbuser,$dbpass) or die("<br><br>Could not establish connection to MySQL database with the information provided.");
so you cannot make out what this error is telling you? :P
I'm having this problem as well, except I didn't forget my password. :)
I did a test.php and it retrieved my database PHP values. They are different than:
$link = mysql_connect($hostname,$dbuser,$dbpass) or die("<br><br>Could not establish connection to MySQL database with the information provided.");
My results are:
<?php include("config.php"); mysql_connect("$dbhost", "$dbuname", "$dbpass"); mysql_select_db("$dbname"); echo mysql_error(); phpinfo(); ?>
Is this possibly causing my problem? And if so how do I fix it. I installed using Fantastico.
Here's my warning message:
tickleth@localhost' (Using password: YES) in /home/tickleth/public_html/phpformgen/process3.php on line 288