View Single Post
  #7  
Old 12-14-2004, 01:48 PM
Hundredfists
Fire Beetle
 
Join Date: Apr 2004
Posts: 3
Default

when using your guide everything goes fine untill i get to here

Quote:
MAIN STEP THREE - MYSQL

3a) Go to C:\mysql\bin and run WinMySQLAdmin.exe

A window should pop up asking you for a username and a password. Pick both and write them down, you will need them later.

You can now close this.

3b) In C:\mysql\bin, run mysql.exe

Type into the window:

Code:
GRANT ALL PRIVILEGES ON *.* TO Username@localhost IDENTIFIED BY 'Password' WITH GRANT OPTION;

when i try to run mysql.exe the promt flashes on my screen and in it it says error 2003 and poofs before i get a chance to do anything. any idea what im doing wrong?
Reply With Quote