create user '{username}'@'localhost' identified by '{password}';
grant all privileges on {database}.* to '{username}'@'localhost';
flush privileges;
SYSTEM mysql -u {username} -p