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