Jump to content

Recommended Posts

Posted

Hi, I was trying to connect my localhost webpage into an online MySql Database. So I choose helio as the host which is have the remote Database feature.

 

But, suddenly I Can't connected into the Database that I created before.

I've try to make an Sqli Connect Query like this

$conn2 = mysqli_connect('RemoteHost', 'DBUsername', 'DBPassword', 'DatabaseName');

But the result is

Warning: mysqli_connect(): (HY000/1045): Access denied for user 'firdausb_root'@'202.67.39.30' (using password: YES) in C:\xampp\htdocs\sby\konfig.php on line 3

Can Someone Help me?? Please

Posted

Did you enable remote MySQL in cPanel? If so, is the IP address of the remote host still correct (a lot of people have dynamic IPs, so if it changes you'll need to enter the new IP).

 

Moved to customer service.

Posted

Did you enable remote MySQL in cPanel? If so, is the IP address of the remote host still correct (a lot of people have dynamic IPs, so if it changes you'll need to enter the new IP).

 

Moved to customer service.

thank you for your response

 

First, Ill make it detail.

 

I want to connect my MySQL in Localhost into the Remote MySQL on the Internet using thetered Mobile Network on my Laptop.

So I guess it will have Dynamic IP, can you help me?

 

FYI, I also already trying input my Dynamic IP but it still cant connected.

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...