Skip to content

Commit

Permalink
fix init mariadb
Browse files Browse the repository at this point in the history
  • Loading branch information
a-belhadj authored and EliasBoulharts committed Aug 7, 2023
1 parent fc4ac86 commit 53d557e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/scripts/mariadb-init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e

mysql --user=root --password=${MYSQL_ROOT_PASSWORD} <<-EOSQL
mariadb --user=root --password=${MYSQL_ROOT_PASSWORD} <<-EOSQL
GRANT ALL PRIVILEGES ON test_squest_db.* TO '${MYSQL_USER}'@'%';
EOSQL

0 comments on commit 53d557e

Please sign in to comment.