ad-aures_castoPod/initdb/01.sql

2 lines
79 B
SQL

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