All pastes #914147 Raw Edit

mysql.stripschema.sql

public shellscript v1 · immutable
#914147 ·published 2008-02-22 17:44 UTC
rendered paste body
##---- Strip database schema from bzipped mysqladministrator created backup file##---- Usage: mysql.stripschema.sh backup_file schema_file#bzcat $1|grep -v "^ ("|\	 grep -v "^INSERT"|\         grep -v "^-- Dumping"|\         grep -v "40000 ALTER TABLE"|\         grep -v "^LOCK TABLES"|\         grep -v "^UNLOCK TABLES"\     >$2