Files
docker-db/init/01.sql
2024-02-20 22:46:10 +00:00

4 lines
76 B
SQL

CREATE DATABASE IF NOT EXISTS `test`;
GRANT ALL ON `test`.* TO 'user'@'%';