Drupal 6 installation problem stopped on database configuration settings step

Today when I tried to install drupal but the installation wizard couldn't continue.

Solution:
Edit /sites/default/settings.php and change

$db_url = 'mysql://username:password@localhost/databasename';

to the actual db settings and then reload the page (CTRL+R) or press F5 in your browser.

Good Luck

Tags: , , , ,

One Response to “Drupal 6 installation problem stopped on database configuration settings step”

  1. efrain Says:

    Nice article thanks for sharing!

Leave a Reply