firdausb Posted March 30, 2017 Posted March 30, 2017 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 Quote
wolstech Posted March 30, 2017 Posted March 30, 2017 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. Quote
firdausb Posted March 30, 2017 Author Posted March 30, 2017 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. Quote
Krydos Posted March 30, 2017 Posted March 30, 2017 Go to https://tommy.heliohost.org:2083/frontend/paper_lantern/sql/managehost.html and enter the symbol % to allow all IP addresses to connect to your databases remotely. That way each time your dynamic IP changes you'll still be able to connect. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.