Skip to content

Commit

Permalink
Allow for creation of databases needed for parallel testing (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
bram-pkg authored Jun 6, 2022
1 parent e05b22f commit 8435763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/mysql/create-testing-database.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

mysql --user=root --password="$MYSQL_ROOT_PASSWORD" <<-EOSQL
CREATE DATABASE IF NOT EXISTS testing;
GRANT ALL PRIVILEGES ON testing.* TO '$MYSQL_USER'@'%';
GRANT ALL PRIVILEGES ON `testing%`.* TO '$MYSQL_USER'@'%';
EOSQL

0 comments on commit 8435763

Please sign in to comment.