this is where im stuck
04. Open a CMD window and change it's location to your current MySQL /bin folder.
05. Set your Users:
\bin> mysql --user=root mysql
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@localhost
-> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT ALL PRIVILEGES ON *.* TO monty@'%'
-> IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
mysql> GRANT RELOAD,PROCESS ON *.* TO admin@localhost;
mysql> GRANT USAGE ON *.* TO dummy@localhost;
i dont understand what the CMD window is and where to set your users
also mysql admin is not on for some reason....... its running a red light and i take it that the light is supposed to be greeen
|