Linux Missive
Monday, 14 April 2014
Grant usage for a specific user in MySQL
Grant usage for a specific user
mysql -u root -p
Enter password:
mysql> use mysql;
mysql> grant all on *.* to 'username'@'%' identified by 'password';
mysql> flush privileges;
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment