create database mrm; use mysql; grant all privileges on mrm.* to 'm'@'localhost' identified by 'mmm' with grant option; grant all privileges on mrm.* to 'm'@'%' identified by 'mmm' with grant option; FLUSH PRIVILEGES;