HIRS/package/linux/db/db_drop.sql

2 lines
65 B
SQL

DROP USER "hirs_db"@"localhost";
DROP DATABASE IF EXISTS hirs_db;