castopod/initdb/01.sql

3 lines
79 B
MySQL
Raw Normal View History

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