Skip to content

Commit

Permalink
Grant all privileges on all dbs (helps with local dev setup outside d…
Browse files Browse the repository at this point in the history
…ocker)
  • Loading branch information
daniel-illi committed Oct 24, 2023
1 parent 4e9ce6a commit ff5a98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/mysql-setup.sql
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
CREATE DATABASE IF NOT EXISTS hitobito_test;
GRANT ALL PRIVILEGES ON *.* TO 'hitobito'@'%';

0 comments on commit ff5a98b

Please sign in to comment.