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