Skip to content

Commit

Permalink
Make the intro text a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 18, 2024
1 parent 8545504 commit e6f2105
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/020-database/db-users.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Once phpmyadmin is running at <idp>-pma.<domain>, execute the following
sql statements to create users and databases ...
# Once phpmyadmin is running at <idp>-pma.<domain>, execute the following
# sql statements to create users and databases ...

CREATE USER 'idbroker'@'%' IDENTIFIED BY '${idbroker_pass}';
GRANT USAGE ON *.* TO 'idbroker'@'%' REQUIRE NONE WITH MAX_QUERIES_PER_HOUR 0
Expand Down

0 comments on commit e6f2105

Please sign in to comment.