Jump to content
xisto Community

turnip14

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. $host = "localhost"; $user = "UserName"; $pass = "Password"; $db = "dbName"; Would somebody be able to give me an example of what i need to replace these variables with. I keep getting these errors: Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'myUser'@'myIP' (using password: YES) in myDomain/dbConfig.php on line 13 Error connecting to database. Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'myUser'@'localhost' (using password: NO) in myDomain/dbConfig.php on line 21 Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in myDomain/dbConfig.php on line 21
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.