mirror of
https://github.com/jambonz/sbc-outbound.git
synced 2026-07-06 20:32:01 +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';
|