Can not access the Databases!

Status
Not open for further replies.

gaymeg15

New Member
Messages
6
Reaction score
0
Points
0
:mad:

Hi,

Two days since I have created the account and I can still not upload my website. Firstly due to delay in account creation, then database server down and now this database error.

Right now I am getting following database error. I am using a very simple PHP script on http://www.gaymeg.com/new.php
<?php
$host = 'localhost';
$user = 'gaymeg_gaymeg';
$pass = '*****';
$db = 'gaymeg_jo151';
$port= '3306';

$conn = mysqli_connect($host, $user, $pass, $db, $port);

And I am getting following error:

Warning: mysqli_connect() [function.mysqli-connect]: (28000/1045): Access denied for user 'gaymeg_gaymeg'@'10.33.248.78'

I have checked that user is properly created and it has access to the mentioned database.

Can somebody at least let me know about the timelines that it will take to resolve these problem.
 
Status
Not open for further replies.
Top