I’m trying to run the Drupal install script; but every time I use the Advance option to update the Host name in the Set Up the Database, the form resets and I don’t get passed that step. Any recommendations on how to solve?
Having Problems with Drupal Install
Kamil
#2
This is what worked for me:
- Open sites/default/settings.php
- Find $db_url and fill in the correct values: $db_url = ‘mysql://username:password@hostname/database’;
- Refresh the Drupal install page.
Thanks, works great!
On the server name you must not include “http://”, just the server.
Thanks.