View Single Post
  #13  
Old 07-02-2006, 12:30 PM
Zandig's Avatar
Zandig
Hill Giant
 
Join Date: Jun 2006
Location: New York City
Posts: 180
Default

As you stated above have you entered the commands properly?

Click "Start" then "run" then type:
Code:
C:\mysql\bin\mysql -u root peq
after that type:
Code:
GRANT ALL PRIVILEGES ON peq.* TO eq@localhost IDENTIFIED BY 'eq' WITH GRANT OPTION;
You should not need to add the 'mini'/'mini' user/password if you used Cavedude's installer as it does it for you.
Reply With Quote