By aarontdang
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!
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>
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.