Initial import

This commit is contained in:
2017-02-19 12:27:15 +01:00
commit 5b3dfde9ff
19 changed files with 15860 additions and 0 deletions

6
DOC/README.save-grants Normal file
View File

@ -0,0 +1,6 @@
## - ----------------------------------------------------------------
## - Datenbank User und deren Rechte auslesen
## - ----------------------------------------------------------------
mysql -uroot -pbuz111 mysql --skip-column-name -A -e"SELECT CONCAT('SHOW GRANTS FOR ''',user,'''@''',host,''';') FROM mysql.user WHERE user<>'';" | mysql -uroot -pbuz111 mysql --skip-column-name -A | sed 's/$/;/g' > ~/mysql-grants.sql