Search results

  1. A

    Can't Connect to MySQL Database

    Here is my code: $DBConnect = @mysqli_connect("vinciara.x10hosting.com", "vincent", "pass"); Heres the error that I get: Error code 1045: Access denied for user 'vincent'@'74.86.133.216' (using password: YES) I saw a post that Corey replied to and said that he has to unblock my IP, so I...
  2. A

    Can't Connect to MySQL Server :(

    Here is my code: $DBConnect = @mysqli_connect("vinciara.x10hosting.com", "login", "pass"); Am I supposed to be using one of the account/pass's I created in the CPanel MySQL database wizard thing? Or my account login for the whole entire site? Is my code right? Heres the error that I get...
Top