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