dbs_empty(1p) debian man page | unix.com

Man Page: dbs_empty

Operating Environment: debian

Section: 1p

DBS_EMPTY(1p)						User Contributed Perl Documentation					     DBS_EMPTY(1p)

NAME
dbs_empty - Empty SQL Databases
DESCRIPTION
dbs_empty is an utility that completely erases any data from a given SQL database.
COMMAND LINE PARAMETERS
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").
COMMAND LINE OPTIONS
--exclude-matching-tables=REGEXP Excludes any table matching the regular expression REGEXP from dumping. -t, --tables Remove tables from database too.
AUTHOR
Stefan Hornburg (Racke), racke@linuxia.de
SEE ALSO
perl(1), DBIx::Easy(3) perl v5.8.8 2007-02-01 DBS_EMPTY(1p)
Related Man Pages
dbs_dumptabstruct(1p) - debian
dbs_update(1p) - debian
dbix::datasource::driver(3) - debian
dbix::class::storage::dbi::mysql(3) - osx
dbix::class::storage::dbi::mysql(3pm) - debian
Similar Topics in the Unix Linux Community
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph