Linux Missive
Popular Posts
Reset Mysql root Password Ubuntu 22.04
Install Docker Container using Ansible YAML File on Ubuntu 22.04
ansible-playbook fatal: [localhost]: FAILED! => {"msg": "Missing sudo password"}
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