Linux Missive
Popular Posts
Build RPM From Scratch in RHEL 9
Upgrade java 1.7 to 1.8 in Ubuntu 14.04
How to Interrupt GRUB and Override init process in Linux
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