This is a collection of commonly used MySQL statements in my daily work. Mainly for myself to copy-paste and save time. Create User and GRANT READ-ONLY permission SELECT * FROM mysql.user; CREATE USER 'read-only-user'@'%' IDENTIFIED BY 'aSecurePassw...
schmidtdennis.de1 min read
No responses yet.