Go to the Bin directory of where you installed Mysql, and load up "Mysql". Type in the following:
mysql> "use eq"
(it says something about the database being changed here)
mysql> "source upgrade.sql"
(MANY lines will start zipping across the screen... and then you're finished

)
That's what I did, and it worked ok for me.. You get a few hundred or so errors claiming that there was already an entry for line blah blah.. But ignore it.. It's basically saying that it tried to copy/paste, but since there was something already there, didn't bother..
** Make sure to remove the quotation marks from "use eq" and "source ...".. I just tried to replicate what the DOS window looks like

Oh, and try to remember that upgrade.sql HAS TO BE in the Bin directory before you do this! Heheh
If I, myself, did this wrong.. can someone tell me? :P
It's working fine.. the database, anyways
Heh