Copy
Ask AI
CREATE USER IF NOT EXISTS github IDENTIFIED WITH sha256_password BY '<password>';
GRANT readonly_role TO github;
CREATE USER IF NOT EXISTS github IDENTIFIED WITH sha256_password BY '<password>';
GRANT readonly_role TO github;
Was this page helpful?