mysql用戶權限操做

  關於mysql的用戶管理,筆記html     一、建立新用戶mysql   經過root用戶登陸以後建立sql   >> grant all privileges on *.* to testuser@localhost identified by "123456" ;  //  建立新用戶,用戶名爲testuser,密碼爲123456 ;數據庫   >> grant all privile
相關文章
相關標籤/搜索