You first have to build up a list of SHOW GRANTS statements for each user in your mysql.users table. SELECT CONCAT('SHOW GRANTS FOR ''',user,''' ...
確定! 回上一頁