I'll help you if you promise no more stupid polls....
It's also not cool to waste our time and database space with pointless and most of the time, unintelligable polls.
It was cute the 1st time, now it's just annoying.
I would have helped in the 1st place if you hadnt had to put another DA poll attached to your question.
Like Hardy said, make sure you downloaded and installed the windows version of mysql (easy to do, if it's not the windows version, no way to install it)
The mysql program you download from
www.mysql.com is an exe file, you just need to double click on it from where you saved it at on your hard-drive, and it will install itself.
After installing mysql,
Copy the db.sql file to the C:\mysql\bin directory,
this means, open click on 'my computer' on the desktop, click on 'mysql', then click on 'bin' and drop the db.sql file in there.
Then, go to the run menu item on the start button, type 'cmd', then 'cd c:\mysql\bin' , then 'mysql' , then when you are in mysql type 'source mysql;'
thats it.