rebelsforchrist
New Member
- Messages
- 23
- Reaction score
- 0
- Points
- 0
Hey,
I tried localhost, and I also tried mysql.x10hosting.com.
I'm not sure what works for the db server to allow me to connect to the mysql database that I made via the cpanel.
bugfinder confirmed that the hostname is in fact localhost
define("DB_SERVER", "localhost");
define("DB_USER", "rfc1_rfcuser");
define("DB_NAME", "rfc1_rfc");
those are the 3 php constants that i am using.
here is the error i get:
Access denied for user 'rfc1_rfcuser'@'localhost' to database 'rfc1_rfc'
http://rebelsforchrist.com
Thanks much,
matthew
I tried localhost, and I also tried mysql.x10hosting.com.
I'm not sure what works for the db server to allow me to connect to the mysql database that I made via the cpanel.
bugfinder confirmed that the hostname is in fact localhost
define("DB_SERVER", "localhost");
define("DB_USER", "rfc1_rfcuser");
define("DB_NAME", "rfc1_rfc");
those are the 3 php constants that i am using.
here is the error i get:
Access denied for user 'rfc1_rfcuser'@'localhost' to database 'rfc1_rfc'
http://rebelsforchrist.com
Thanks much,
matthew