Inspired by #24 Replication commands increase minimum privileges
Possible data sources:
- Universal: SHOW GRANTS
- MySQL: SELECT * FROM mysql.user
- MariaDB: SELECT * FROM information_schema.USER_PRIVILEGES;
Need to consider:
- MySQL < 8
- MySQL >= 8
- MariaDB < 10.5
- MariaDB >= 10.5