What he means is what I said a while ago:
mysql <-p if nuke is password protected> nuke < nuke.sql
This means that, if your db "nuke" were password-ed with "b!llG4t3s", then you'd do a
"mysql -p nuke < nuke.sql"
then it would ask you for the password, to which you would reply "b!llG4t3s", and then it would populate the fields.

Cool avatar icon, BTW.

SickDwarf - is the above what you meant?