create database new_db; grant all privileges on new_db.* to new_user@"%" Identified by "abc"; flush privileges;