Mysql create and grant privileges short cut


This is the shortest way we know about creating and granting privileges to a new user in a development environment;

Log into Mysql Console and type: GRANT ALL PRIVILEGES ON *.* TO 'yourUserName'@'localhost' IDENTIFIED BY 'password';

[Note] The user will be created and privileges will be granted all in one.

If you log in, you will be notified when someone leaves a comment.

Other users would like to know if this solution helped you.


© 2023 - ErnesTech LLC- Privacy