mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2025-12-19 05:47:46 +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';
|