open a dos window, go to c:/mysql/bin
type 'mysql'
enter
GRANT ALL PRIVILEGES ON eq.* TO username@localhost
IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
obviously, replace username with the name you have in your db.ini file, and password with the database password you want to use..
Cheers
|