查詢某User 的權限. SELECT User,Host FROM mysql.user; # 秀出系統現在有哪些user; SHOW GRANTS FOR username@localhost; # ...
確定! 回上一頁