Your Ad Here

Posted By

digitalclubb on 06/22/11


Tagged

mysql create user grant


Versions (?)

MySQL Create User for database


 / Published in: MySQL
 

Snippet used to create users on databases

  1. GRANT SELECT, INSERT, UPDATE, DELETE, CREATE ON database.* TO 'user'@'localhost' IDENTIFIED BY 'password';

Report this snippet  

You need to login to post a comment.