index
:
audit-tools.git
main
A collection of tools I've used to make my technology audits easier.
Christian Cleberg
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
databases
/
mysql
/
mysql_admins.sql
blob: 9115ec53525cb3bb85b120674cc2343ccd08ecae (
plain
) (
blame
)
1
SELECT
*
FROM
information_schema
.
user_privileges
;