Hey all,
Would really appreciate some help with finding this info. First time making a site and can't find and don't really know how to set some stuff up. I recently started hosting with the free option. The code I am using looks like this:
$dbhost = "localhost";
$dbuser = "test_faucet";
$dbpass = "test_pass";
$dbname = "test_faucet";
$display_errors = false;
$disable_admin_panel = false;
I made a MYSQL database to use with it but can not find any host, user, pass, or name parameters on cPanel (I tried going into X3 and going under the MySQL databases link but the only columns which are shown there are database name and user). Where can I find the info I need? Any help would be much appreciated.
Thanks,
Dan
Would really appreciate some help with finding this info. First time making a site and can't find and don't really know how to set some stuff up. I recently started hosting with the free option. The code I am using looks like this:
$dbhost = "localhost";
$dbuser = "test_faucet";
$dbpass = "test_pass";
$dbname = "test_faucet";
$display_errors = false;
$disable_admin_panel = false;
I made a MYSQL database to use with it but can not find any host, user, pass, or name parameters on cPanel (I tried going into X3 and going under the MySQL databases link but the only columns which are shown there are database name and user). Where can I find the info I need? Any help would be much appreciated.
Thanks,
Dan