castopod/initdb/01.sql

3 lines
79 B
SQL

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