Hi, I keep on getting the following message on my production server
and the hosting company asked me to troubleshoot my code... (xxx
denotes the correct server config info)... this configuration, when
edited on my localhost works fine.
Warning (2): mysql_connect() [function.mysql-connect]: Host
'www17.jnb2.host-h.net' is not allowed to connect to this MySQL server
[CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 374]
$config = array(
"persistent" => false,
"host" => "xxx",
"login" => "xxx",
"password" => "xxx",
"database" => "xxx",
"port" => "3306",
"connect" => "mysql_pconnect",
"driver" => "mysql",
"prefix" => ""
)
$connect = "mysql_pconnect"
Can somebody please point me in the right direction?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---