David's Notes
Tuesday, July 26, 2011
How To create a MySQL database and set privileges to a user
mysql> CREATE USER 'root'@'10.0.0.1' IDENTIFIED BY 'password';
mysql> GRANT ALL PRIVILEGES ON *.* TO 'root'@'10.0.0.1' WITH GRANT OPTION;
mysql> FLUSH PRIVILEGES;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment