Skip to content

Commit

Permalink
Update env_update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kiloutyg authored Mar 19, 2024
1 parent 1e2ca8f commit ea60064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Create the create-power-bi-ronlyuser.sql file
cat > create-power-bi-ronlyuser.sql <<'EOL'
CREATE USER 'powerbi'@'%' IDENTIFIED BY 'powerbi';
GRANT SELECT ON ${MYSQL_DATABASE}.* TO 'powerbi'@'%';
GRANT SELECT ON {{MYSQL_DATABASE}}.* TO 'powerbi'@'%';
FLUSH PRIVILEGES;
EOL

Expand Down

0 comments on commit ea60064

Please sign in to comment.