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
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>
how to know my host address for SQL connection
sample html file connect with MySQL database