How can I find out who last changed the MySQL database password for the "root" user. I'm using Ubuntu.
Asked
Active
Viewed 1,116 times
1 Answers
0
Check MySQL logs, if you have them enabled.
Look into /var/log/mysql
and grep for updates on mysql.user

Tom O'Connor
- 27,480
- 10
- 73
- 148

pQd
- 29,981
- 6
- 66
- 109