Im using Godaddy web hosting idk what im doing wrong i create a new database and user set password then go on file manager public html create new folder and upload extract and nothing
what am i missing or skipping?
$dbhost = "bob860";
$dbuser = "bob860";
$dbpass = "********";
$dbname = "bob860";
$display_errors = false;
$disable_admin_panel = false;
$connection_options = array(
'disable_curl' => false,
'local_cafile' => false,
'force_ipv4' => false // cURL only
);
// dsn - Data Source Name
// if you use MySQL, leave it as is
// more information:
// http://php.net/manual/en/pdo.construct.php
$dbdsn = "mysql:host=$dbhost;dbname=$dbname";
i think dbhost dont need change just localhost its no problem
hello thank you
i created a mydsatabase what do i use for dbhost in the php file?
also when uploading faucetbox files to godaddy do i create a new folder or extract copy paste straight to public html?
yeah yo should upload on public html
what does that mean just default is it my site name?
should i reset and start from scratch?
And no, you shouldn't start from scratch.
Or if it won't help try this
1. log in to hosting account (different from domain name account)
2. open control panel (link to the right of your
domain name)
3. click on databases
4. you should see a MySQL database there, if you
don't you need to create one for wordpress. Click on it.
5. click on the little pencil button near the right.
6. your server name is listed. Mine is p42mysql207.secureserver.net. You need all of it.
7. DO NOT click on "Open Manager" since the info
is not in there.
8. replace "localhost" with that server name
It's about Wordpress but the problem the same