Brand new to all of this and trying to install my PHP script. When I enter my url, I get the following errors:
Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for
user ‘god’@’localhost’ (using password: YES) in
/home/cbstacy/public_html/dirtytwenty.com/libraries/adodb/drivers/adodb-mysql.inc.php
on line 227Warning: mysql_real_escape_string()
[function.mysql-real-escape-string]: Access denied for user
‘cbstacy’@’localhost’ (using password: NO) in
/home/cbstacy/public_html/dirtytwenty.com/include/config.php on line
140Warning: mysql_real_escape_string()
[function.mysql-real-escape-string]: A link to the server could not be
established in
/home/cbstacy/public_html/dirtytwenty.com/include/config.php on line
140
It’s merely a “wrong username or password” situation. Review your DB connection data.
Strangely, it also seems your script is trying to connect to the DB using two different users.