mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-10 16:25:47 +00:00
3 lines
79 B
SQL
3 lines
79 B
SQL
CREATE DATABASE IF NOT EXISTS `test`;
|
|
GRANT ALL ON `test`.* TO 'castopod'@'%';
|