mysql建立用戶並賦予權限

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