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