Thread: Ok, question
View Single Post
  #7  
Old 05-03-2007, 01:14 PM
Balkon
Fire Beetle
 
Join Date: Apr 2007
Posts: 14
Default

Quote:
Originally Posted by mamba666
Make sure you did these steps.

C:\mysql\bin\mysql -u root peq

> GRANT ALL PRIVILEGES ON peq.* TO eq@localhost IDENTIFIED BY 'eq' WITH GRANT OPTION;
Do I just type in > GRANT ALL PRIVILEGES ON peq.* TO eq@localhost IDENTIFIED BY 'eq' WITH GRANT OPTION;

or do I have to do that C:\mysql\bin\mysql -u root peq, because the last time I tried typing that in I got an error... And do I need to change eq@localhost to root@localhost since Im using root? Thanks
Reply With Quote