I'm getting an access denied error. I suspect it's the host name or version problems with passwords or something simple. It's running locally fine on windows 2000, apache, MySQL 5. I have plugged the following into data access class:
(changed to protect my privacy)
$CCConnectionSettings = array (
"MyInfo" => array(
"Type" => "MySQL",
"Database" => "johnaja_myinfo",
"Host" => "john.frih.net",
"Port" => "",
"User" => "johnaja_john",
"Password" => "PASSWORD",
"Persistent" => true
)
I get the following in the browser when I try to access a page that makes it's first call to the database. Any idea where lyeredtech.com is coming from? I've never heard of them. Thanks:
Warning: mysql_pconnect(): Access denied for user: 'johnaja_john@ltsv.layeredtech.com' (Using password: YES) in /home/johnaja/domains/john.frih.net/public_html/myinfo/db_mysql.php on line 97
Database error: cannot connect to Database Access denied for user: 'johnaja_john@ltsv.layeredtech.com' (Using password: YES)
MySQL Error
Session halted.
(changed to protect my privacy)
$CCConnectionSettings = array (
"MyInfo" => array(
"Type" => "MySQL",
"Database" => "johnaja_myinfo",
"Host" => "john.frih.net",
"Port" => "",
"User" => "johnaja_john",
"Password" => "PASSWORD",
"Persistent" => true
)
I get the following in the browser when I try to access a page that makes it's first call to the database. Any idea where lyeredtech.com is coming from? I've never heard of them. Thanks:
Warning: mysql_pconnect(): Access denied for user: 'johnaja_john@ltsv.layeredtech.com' (Using password: YES) in /home/johnaja/domains/john.frih.net/public_html/myinfo/db_mysql.php on line 97
Database error: cannot connect to Database Access denied for user: 'johnaja_john@ltsv.layeredtech.com' (Using password: YES)
MySQL Error
Session halted.
