I've read through all the possible solutions I can find on Google and this forum and I'm sure I'm missing the solution I need somehow.
I'm trying to install Drupal 6 on a Windows 2003 IIS 6 server. I was able to get PHP working, mySQL installed, and my website setup to the point where it started going through the install steps. Currently I'm stuck on Step 3 "Set up database".
Background:
The database I'm trying to use was imported through a drupal website db dump. It is accessible through the mySQL command prompt and through PHPmyAdmin. I can view tables, run sql commands, etc. Basically it's functioning from the import as it should.
The Problem:
On the 3rd step I enter in the correct database name, username, and password. I leave the default advanced options alone and I choose save and continue. It thinks for a minute then refreshes the database configuration page as if I entered nothing. After trying everything I could find online as a possible solution, I did end up with several didn't helpful warning messages, but still have not be able to get past this step.
I have tried the following:
- Made sure that the database, username, and password are all correct
- Made sure that the database user I'm trying to use has full GRANT Privileges to the database