I am just starting out with Linux and have now installed MySql on it. I can log into the MySQL, but now I want to add a user which can access the MySql server from several different locations.
This is what I have tried at the MYSQL prompt and keep getting an sql error on:
Code:
GRANT ALL PRIVILEGES ON *.* TO myUser@% INDENTIFIED
BY 'myPassword';
Any ideas?
Thanks, Chester