Hi, I'm dumping my database with Mysqldump using this command

 mysqldump --extended-insert --add-drop-table -K --user=root  xdatab 
xtable > xtable.sql

For a certain number of tables, the command seems to work perfectly..
But
some of the tables are missing records at the begining.

Could it be the problem is happening because I'm running the command
from within a script 
which dumps several tables in sequence?

The script uses mysqldump to extract data into individual files and uses
cat to concatenate all this files into one.

any help would be appreciated

Thanks
MAuricio

Reply via email to