mysql database to create user and authorization

create user test identified by 'password' ; user password you want to create the corresponding password

All ON * Database to Grant the Test;.   Database mean it authorized database

Guess you like

Origin www.cnblogs.com/Hackerman/p/11329878.html