I have tried probably over 20 different combonations, but can't get this to work. During the cPanel instuctions, it says that I should:
"Change the setting in settings.php: $db_url = "mysql://levavie_u1:234@localhost/levavie_db1";"
But in the settings.php, it has this in the writing:
"*
* Database URL format:
* $db_url = 'mysql://username:password@localhost/database';
* $db_url = 'pgsql://username:password@localhost/database';
*/$db_url = 'mysql://username:password@localhost/database';
$db_prefix = '';
/**
* Base URL:
*
* The URL of your website's main page. It is not allowed to have
* a trailing slash; Drupal will add it for you.
*/
$base_url = 'localhost';"
I don't understand if I should fill out all three of these things, or just the first. Also, what does it mean when it says localhost? If my drupal is located at www.drupal.example.com, is this what I should put here?
Another problem that I have been having is when it says:
"Upload the database.
1. Open phpMyAdmin (there is a link in the button of the cpanel MySQL account maintenance screen).
2. Select the newly created database.
3. Open the SQL tab.
4. Extract database.sql into a file on your LOCAL machine.
5. Run the SQL script needed to create the drupal tables by uploading the file from your local machine."
I don't understand where to find the database.sql file. Is it on the server somewhere? Is it in the drupal folder on the server? I also don't understand #5 much at all. Do I run the SQL script with phpMyAdmin or just cPanel?