mirror of
https://github.com/jambonz/sbc-inbound.git
synced 2026-01-24 22:37:51 +00:00
4 lines
138 B
SQL
4 lines
138 B
SQL
DROP DATABASE jambones_test;
|
|
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'jambones_test'@'localhost';
|
|
DROP USER 'jambones_test'@'localhost';
|