mysqlのユーザ追加の履歴

SELECT host,user,password FROM mysql.user;
GRANT ALL PRIVILEGES ON *.* TO hoge_user@'%' IDENTIFIED BY 'hoge_passwd' WITH GRANT OPTION;