HIRS/package/scripts/db/db_drop.sql

2 lines
65 B
MySQL
Raw Normal View History

2018-09-06 13:47:33 +00:00
DROP USER "hirs_db"@"localhost";
2023-08-28 20:18:08 +00:00
DROP DATABASE IF EXISTS hirs_db;