When I choose to have a new table created on MySQL, I get the following error
Warning: mysql_connect(): Access denied for user: '*******@****.verdevalley.com' (Using password: YES) in /home/******/public_html/forms/process3.php on line 288
I've replaced information about my server with ****, but where is it getting @*****.verdevalley.com? I've looked in process3.php line 288 and I dont see this referenced.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am a newbee on this aplication but I am getting the same error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'incremen_don2'@'serv01.siteground175.com' (using password: YES) in /home/incremen/public_html/Form/process3.php on line 288
Could not establish connection to MySQL database with the information provided"
Initialy I used sitegrounds fantastico script to setup the app. It did not work and came up with the same error. I have gone in created a new db user user incremen_don2 change the config.php file to see if this helps but still no luck. What should I look at know?
It would good to get this working.
Thanks
Donald
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have had this problem before and I got around it by manually creating the db table and all the table entries. I did this using phpMyAdmin. Strange though that after correcting it this way once, it did not occur again.
I can not explain it because I never had to fix it again. Try this and see how far you get. If you still need help feel free to come back and post again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When I choose to have a new table created on MySQL, I get the following error
Warning: mysql_connect(): Access denied for user: '*******@****.verdevalley.com' (Using password: YES) in /home/******/public_html/forms/process3.php on line 288
I've replaced information about my server with ****, but where is it getting @*****.verdevalley.com? I've looked in process3.php line 288 and I dont see this referenced.
The password is not kept in the process file. It is in the config.inc.php file. Check this file for the correct password.
I am a newbee on this aplication but I am getting the same error:
Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'incremen_don2'@'serv01.siteground175.com' (using password: YES) in /home/incremen/public_html/Form/process3.php on line 288
Could not establish connection to MySQL database with the information provided"
Initialy I used sitegrounds fantastico script to setup the app. It did not work and came up with the same error. I have gone in created a new db user user incremen_don2 change the config.php file to see if this helps but still no luck. What should I look at know?
It would good to get this working.
Thanks
Donald
I have had this problem before and I got around it by manually creating the db table and all the table entries. I did this using phpMyAdmin. Strange though that after correcting it this way once, it did not occur again.
I can not explain it because I never had to fix it again. Try this and see how far you get. If you still need help feel free to come back and post again.