Skip to content

Commit

Permalink
Fix testing DB creation (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher authored Jun 9, 2022
1 parent aa3e334 commit 0ea5d68
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 0ea5d68

Please sign in to comment.