This is the command dbs_emptyp that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
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", "[email protected]" 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.
Use dbs_emptyp online using onworks.net services