mysql5.7 建立用戶並受權

CREATE USER 'test'@'%' IDENTIFIED BY '123456'; GRANT all privileges ON test.* TO 'test'@'%'; flush privileges;test
相關文章
相關標籤/搜索