Hello,
I am taking mysql dump using following command on daily basis using a shell script.
#mysqldump -u <username> -p<password> -R --single-transaction --flush-logs <dbname> > <comefile>.sql
Today I observed that some tables are missing in the dump, I also tried running this command manually with different options,but got no luck.Even not getting any error while taking the dump.
(I also tried --log-error=<some_file>).
What could be possible reasons behind this.
MySQL version : 5.1 (Source compiled, Parition & InnoBase)
OS : Redhat Linux 5.4 (64-bit)
Thanks in advance.
Meghanand
I am taking mysql dump using following command on daily basis using a shell script.
#mysqldump -u <username> -p<password> -R --single-transaction --flush-logs <dbname> > <comefile>.sql
Today I observed that some tables are missing in the dump, I also tried running this command manually with different options,but got no luck.Even not getting any error while taking the dump.
(I also tried --log-error=<some_file>).
What could be possible reasons behind this.
MySQL version : 5.1 (Source compiled, Parition & InnoBase)
OS : Redhat Linux 5.4 (64-bit)
Thanks in advance.
Meghanand