mysql.stripschema.sql
public shellscript v1 · immutable##---- 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