Report this

What is the reason for this report?

What's my Host Name (Address) for connection to MySql database from outside web using php?

Posted on March 7, 2014

I try

define(“HOST”, “localhost”); define(“USER”, “root”); define(“PASS”, “xxx@@@); define(“DB”, “database name”);

mysql_connect(HOST,USER,PASS); mysql_select_db(DB); mysql_query(“SET NAMES ‘UTF8’”);

But I couldn’t connect to my sql database to pull data.

I was able to use the php code to pull from go daddy mysql



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Is the MySQL server hosted on your droplet? If so, localhost should work. Otherwise, it should be the IP of the server that is running your MySQL server.

Hi Kamal, <br> <br>MySQL server is hosted on the droplet. <br>I was able to look up data using ubuntu interface. <br>I install LAMP and Phpmyadmin according to the instruction. <br>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.