I have a question to all you MySQL experts out there: Is it possible to see when a user was created in MySQL? Let's say I create a user called 'monty':
CREATE USER 'monty'@'localhost' [...]
how can I see when I created this user? Is there also a way to check how the details of this user got modified?
Thanks a lot.