mysql:export_users_with_grants
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
mysql:export_users_with_grants [2016/07/04 00:16] – peter | mysql:export_users_with_grants [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== MySQL - Export users with grants ====== | ====== MySQL - Export users with grants ====== | ||
- | Run this query: | + | Make it easy to have all the queries needed to determine the grants for every user. |
- | + | ||
- | <code mysql> | + | |
- | ### mysql -uroot -p{PASS} -B -N -e " | + | |
- | + | ||
- | </ | + | |
<code mysql> | <code mysql> | ||
Line 31: | Line 26: | ||
</ | </ | ||
+ | Then get the actual grants for that user. | ||
<code mysql> | <code mysql> | ||
Line 43: | Line 39: | ||
2 rows in set (0.00 sec) | 2 rows in set (0.00 sec) | ||
</ | </ | ||
+ | |||
+ | |||
+ | |||
+ | To combine all the above, run this query: | ||
+ | |||
+ | <code mysql> | ||
+ | ### mysql -uroot -p{PASS} -B -N -e " | ||
+ | </ | ||
+ | |||
+ |
mysql/export_users_with_grants.1467591394.txt.gz · Last modified: 2020/07/15 09:30 (external edit)