Insert User : Add User : User Permission SQL / MySQL


SQL / MySQL » User Permission » Add User »

 

Insert User



  
USE mysql
INSERT INTO user VALUES('localhost','Joe',PASSWORD('joejoe'),'Y','Y'
       'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');

FLUSH PRIVILEGES;

select from user;

           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

SQL / MySQL

 Navioo User Permission
» Add User