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.

SQL
published
v.0.01




© 2024 - ErnesTech - Privacy
E-Commerce Return Policy