gotta do...
mysql -u root
use yourdatabasename;
grant all privileges on *.* to yourusername@localhost identified by 'yourpassword' with grant option;
this is how you make user/pass for db
oh yea.. my.ini in C:\windows is also the general mysql password.