建立数据库,并给指定帐号受权

create database new_db; grant all privileges on new_db.* to new_user @"% " Identified by "abc";  flush privileges;
相关文章
相关标签/搜索