DBS_EMPTY(1p) | User Contributed Perl Documentation | DBS_EMPTY(1p) |
dbs_empty - Empty SQL Databases
dbs_empty is an utility that completely erases any data from a given SQL database.
Required command line parameters are the DBI driver ("Pg" for Postgres or "mysql" for MySQL) and the database name. The third parameter is optionally and specifies the database user and/or the host where the database resides ("racke", "racke@linuxia.de" or "@linuxia.de").
Excludes any table matching the regular expression REGEXP from dumping.
Remove tables from database too.
Stefan Hornburg (Racke), racke@linuxia.de
2021-01-06 | perl v5.32.0 |