mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-05 15:56:44 +02:00
2 lines
79 B
SQL
2 lines
79 B
SQL
CREATE DATABASE IF NOT EXISTS `test`;
|
|
GRANT ALL ON `test`.* TO 'castopod'@'%';
|