Getting Database Info Correct
New to databases.:confused:
Am I progressing these inputs correctly!!:o!!
Instructions tell me to edit the following lines with my Database Info
Code:
$host = "localhost";
$user = "root";
$pass = "";
$database = "test";
I have carried out the edites as follows:
Code:
$host = "182.--.--.122";
$user = "db11485--_fly1!";
$pass = "iedpne 2--hmlo";
$database = "db1148---_tuirt1!";
based on the following that I have retrived from host:
Server name: 182.--.--.122
Database user name: db11485--_fly1!
Password: "iedpne 2--hmlo"
Database name: db1148---_tuirt1!
Is the root thing correct?:o