okay follow this to the exact:
open DOS
type in: cd\mysql\bin
mysql -u root mysql
grant all privileges on *.* to yourmysqlusernamehere@localhost identified by 'yourmysqlpasswordhere' with grant option;
create database eq;
and that should do it for you
|