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: cms, Database, Db, drupal, installation
December 14th, 2009 at 12:44 pm
Nice article thanks for sharing!