I'm installing Drupal 6.1 on apache/vista
I created the database, granted all privilages to the db user and updated settings.php file
During the installation after building the database the install process did not take me to the page that asks for login information. Instead it took me to the page that says "Drupal already installed".
The problem is that there is no login form so I can't do anything. If I click the "go to your site" link I get "Welcome to your new Drupal website!" but still no login.
What did I do wrong? (Tried deleting the db and installing again. same thing)
UPDATE:
Found the solution here
http://drupal.org/node/244488#comment-800696
(Comment out the site name in the settings file. Seems to be a known bug.