first try at docker
This commit is contained in:
parent
6eecd02c5a
commit
08b1a62dc6
5 changed files with 58 additions and 0 deletions
6
container/db/01_init.sql
Normal file
6
container/db/01_init.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
DROP DATABASE IF EXISTS lostfound;
|
||||
CREATE DATABASE lostfound;
|
||||
|
||||
CREATE OR REPLACE USER lostfound IDENTIFIED BY 'lostfound';
|
||||
|
||||
GRANT ALL privileges ON `lostfound`.* TO 'lostfound';
|
Loading…
Add table
Add a link
Reference in a new issue