NEET 05/23/2024 (Thu) 05:32 No.855976 del
nuro can't even comprehend what I did here
mysql -N mysql -e "select concat(\"'\", user, \"'@'\", host, \"'\"), authentication_string from user where not user like 'root'" | while read usr pw ; do mysql -N -e "SHOW GRANTS FOR $usr" | sed 's/\(\S\)$/\1;/'; done