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
perl(1)
, DBIx::Easy(3)