Ivan Radovanovic's Blog
Tag:
mysql
How to create user and grant privileges on MySQL
grant all privileges on db.* to ‘user’@’host’ identified by ‘password’;
September 25, 2013