mysql shell 查看 所有用戶的 授權列表

mysql> select * from information_schema.user_privileges; mysql的遠程登錄授權 mysql>grant all privileges on *.* to 'root'@'%' identified by 'root' with grant option; mysql>flush privileges;
相關文章
相關標籤/搜索