I need help
I am setting up a website locally using IIS and the main html core of the website is fine.
The problem starts with my forum. I have installed the latest build of MySql for Windows and PHP was already installed.
I think i have setup Mysql correctly with a guide on the vbulletin website
but it seems that IIS cannot communicate with MySQL.
I am positive that i am entering the correct values
Step 2) Connect to the database
Attempting to attach to database
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in C:\forumshosting\vb307\includes\db_mysql.php on line 140
The database has failed to connect because you do not have permission to connect to the server. Please confirm the values entered in the 'includes/config.php' file.
I have also tried with an old free copy of IPB 1 and phpBB but i get similar error messages!
From this i'm absolutally positive that its the communication between MySQL and IIS that is the problem
Please Help me!