jbdesign
New Member
- Messages
- 26
- Reaction score
- 0
- Points
- 0
No matter what I do I keep getting this error.
I am using a remote file to assign the account information to variables in the following format:
$host = "localhost";
$user = "jbdesign_userIDthatIchose";
$password = "passwordthatisfortheuser";
$dbname = "jbdesign_databasename";
I did a quick search and kept finding stuff like "Due to abuse on the free accounts remote access to the databases is disabled.", is this true? If so is there anyway I can gain remote access to MySQL?
Any help would be appreciated.
Code:
Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'jbdesign'@'localhost' (using password: NO) in /home/jbdesign/public_html/test_connect.php on line 3
Couldn't connect to server.
I am using a remote file to assign the account information to variables in the following format:
$host = "localhost";
$user = "jbdesign_userIDthatIchose";
$password = "passwordthatisfortheuser";
$dbname = "jbdesign_databasename";
I did a quick search and kept finding stuff like "Due to abuse on the free accounts remote access to the databases is disabled.", is this true? If so is there anyway I can gain remote access to MySQL?
Any help would be appreciated.