Report this

What is the reason for this report?

connecting tomysql db on droplet

Posted on March 29, 2018

$dbServername = “localhost”; $dbUsername = “root”; $dbPassword = “mypassword i set up”; $dbName = “loginsystem”;

$conn = mysqli_connect($dbServername, $dbUsername, $dbPassword, $dbName);

this is what im trying to connect to mysql on mywebsite hosted on a droplet it says sucess when i submit but nothing goes to myphpadmin sql table loginsystem. i know the other code is right so why isnt it connecting to my database? any suggestions?

The developer cloud

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

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.