Drupal Installation:Failed to connect to your MySQL database server
The following error must be resolved before you can continue the installation process:
- To start over, you must empty your existing database.
Note:
*I am able to access the current drupal db via SQLyog or phpmyadmin.
*I'm using Vista Business.
*PHP+MySQL+IIS
*Server Status says everything's okay
Cure:
To fix this problem edit your hosts file (C:/Windows/System32/drivers/etc/hosts) and uncomment the line:
CODE
127.0.0.1 localhost
DO NOT uncomment this line:
CODE
::1 localhost
As it will take priority and something about the system (not sure which part) doesn't like that.