Create mysql user and authorization

Grant  All  privileges  ON . library name table name to  ' username ' @ ' IP address ' IDENTIFIED by  ' password '  with  Grant  the Option ;
 flush privileges ;

 

Guess you like

Origin www.cnblogs.com/liyuchuan/p/11424996.html