MySQL : Add new user with privileges.
Add user...
Assign privileges...
mysql> create user leo@localhost identified by 'i@mNumber4';
Assign privileges...
mysql> grant all privileges on mo_dev.* to leo@localhost with grant option;