mysql建立用户并赋予权限

create database db_name;ide create user 'zhangsan'@'localhost'  identified by '123456';spa grant all on db_name.* to 'zhangsan'@'localhost';db
相关文章
相关标签/搜索