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'm trying to use a CMD prompt but l couldn't access my network folder in C:
I dunno why
I did a tut of how to access network folder via CMD prompt but l couldn't get it to working, i need help!
Also.. I don't know how to set up any users