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 95731cc commit 6d731b7
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
@@ -1,7 +1,7 @@
#!/bin/bash

# Create the create-power-bi-ronlyuser.sql file
cat > create-power-bi-ronlyuser.sql <<EOL
cat > create-power-bi-ronlyuser.sql <<`EOL`
CREATE USER 'powerbi'@'%' IDENTIFIED BY 'powerbi';
GRANT SELECT ON ${MYSQL_DATABASE}.* TO 'powerbi'@'%';
FLUSH PRIVILEGES;
Expand Down

0 comments on commit 6d731b7

Please sign in to comment.