Mega Code Archive

 
Categories / MySQL / User Permission
 

Create a user named joss with the password f1refly, logging in from the localhost only, with all privileges plus GRANT OPT

GRANT ALL ON duckwear.duck_sales TO joss@localhost IDENTIFIED BY "f1refly" WITH GRANT OPTION;