4 lines
88 B
MySQL
4 lines
88 B
MySQL
|
|
-- Remove Zonemaster data from database
|
||
|
|
DROP DATABASE zonemaster;
|
||
|
|
DROP USER zonemaster;
|