If you don't know how to make a database then do this. Go into the directory that you installed MySQL in for a example C:\mysq;\bin and run this simple command.
Mysqladmin.exe create phpBB
Then after that run the phpBB installer and tell it to use the database called phpBB.
Comments
(instructions here http://www.aprelium.com/abyssws/php.html )
Then install MySQL www.mysql.com
Create a database, then insatll PHPBB, set PHPBB to access the database.
Mysqladmin.exe create phpBB
Then after that run the phpBB installer and tell it to use the database called phpBB.
ts
mysqladmin create (database name here)
Samething dude.