Create MYSQL users with privileges

Monday, 21 May 2012

Create MYSQL users with privileges


Create MYSQL users with privileges

INSERT INTO user VALUES('localhost','user',PASSWORD('some_pass'),'Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y');

No comments:

Post a Comment