How to create user and grant privileges on MySQL

grant all privileges on db.* to ‘user’@’host’ identified by ‘password’;


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *