#!/bin/sh
# $Id$

# --extended-insert=0 dumps table content into multiple INSERT commands
#                     instead of one large INSERT VALUE command
echo "Password of mysql root user needed"
mysqldump --extended-insert=0 -u root -p coldformix > ../coldformix-source/data/database/coldformix.sql

