mysqlのユーザ追加の履歴

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