docker files

This commit is contained in:
2024-02-20 22:46:10 +00:00
parent 1d8932fcf1
commit 633571a33f
4 changed files with 63 additions and 0 deletions

3
init/01.sql Normal file
View File

@@ -0,0 +1,3 @@
CREATE DATABASE IF NOT EXISTS `test`;
GRANT ALL ON `test`.* TO 'user'@'%';