I've set up a forum using phpbb2 and MySQL before, and it shouldn't be very difficult to do. Yet I"m having trouble.
I've already installed Apache and PHP, and both work fine. I installed MySQL 4.0.12 just recently, and it seems to work fine.
When I go to the install.php file, I set up all the normal parameters...I say the database is version 4 SQL, I enter localhost as the Host Name, I provide teh username/pw for my database...all the run-of-the-mill stuff.
But I get an awful error message when I click send. I get the following message:
It looks as if it's not CONNECTING to the database....how can this be if I see the .exe running in my Task Manager??Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'y2kwizard@127.0.0.1' (Using password: YES) in C:\FTPRoot\WWW.RANDOMCREW.INFO\phpbb2\db\mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in C:\FTPRoot\WWW.RANDOMCREW.INFO\phpbb2\db\mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in C:\FTPRoot\WWW.RANDOMCREW.INFO\phpbb2\db\mysql4.php on line 331
phpBB : Critical Error
Could not connect to the database
ANY ideas why I'm not getting any good results at all? Thanks a lot!