{"id":294,"date":"2017-02-21T13:54:48","date_gmt":"2017-02-21T11:54:48","guid":{"rendered":"http:\/\/catyellow.net\/blog\/?p=294"},"modified":"2018-06-02T21:09:34","modified_gmt":"2018-06-02T19:09:34","slug":"graceful-view-of-mysql-grants","status":"publish","type":"post","link":"https:\/\/catyellow.net\/blog\/?p=294","title":{"rendered":"Graceful view of MySQL GRANTS"},"content":{"rendered":"<p>Just found this script. It allows to output grants in graceful way:<\/p>\n<pre class=\"brush: bash; title: ; notranslate\" title=\"\">mysql -B -N $@ -e &quot;SELECT DISTINCT CONCAT(\r\n'SHOW GRANTS FOR \\'', user, '\\'@\\'', host, '\\';'\r\n) AS query FROM mysql.user&quot; | \\\r\nmysql $@ | \\\r\nsed 's\/\\(GRANT .*\\)\/\\1;\/;s\/^\\(Grants for .*\\)\/## \\1 ##\/;\/##\/{x;p;x;}'<\/pre>\n<p><!--more--><\/p>\n<p>Output example:<\/p>\n<pre class=\"brush: sql; title: ; notranslate\" title=\"\">## Grants for ping@localhost ##\r\nGRANT USAGE ON *.* TO 'ping'@'localhost' IDENTIFIED BY PASSWORD '*123QWE123QWE123QWE123QWE123QWE123QWE123Q';\r\n\r\n## Grants for monitoring@localhost ##\r\nGRANT SUPER ON *.* TO 'monitoring'@'localhost' IDENTIFIED BY PASSWORD '*123QWE123QWE123QWE123QWE123QWE123QWE123Q';<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Just found this script. It allows to output grants in graceful way:<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/294"}],"collection":[{"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=294"}],"version-history":[{"count":7,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/294\/revisions"}],"predecessor-version":[{"id":333,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=\/wp\/v2\/posts\/294\/revisions\/333"}],"wp:attachment":[{"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=294"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=294"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/catyellow.net\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=294"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}