[MYSQL] set user to read only mode - fourslickz/notes GitHub Wiki mysql> GRANT SELECT ON dbname.* TO 'username'@'*' IDENTIFIED BY 'password';