Linux Missive
Popular Posts
mysqld_safe Directory '/var/run/mysqld' for UNIX socket file don't exists.
Upgrade java 1.7 to 1.8 in Ubuntu 14.04
Install Apache Spark on Ubuntu 14.04
Search This Blog
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
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment