i am having trouble making a mysqldump import work.
what i want to do is to set up a slave so i run a mysqldump command (with the flag 'single-transaction' and 'master-data=1').
the problem is that from the export that is created, a (very big) table is always missing.
the server's version is 5.1 and the storage engine used in the specific database that i want to export is InnoDB.
have you ever faced such an issue? what could be the cause of this?
thx in advance for your help
what i want to do is to set up a slave so i run a mysqldump command (with the flag 'single-transaction' and 'master-data=1').
the problem is that from the export that is created, a (very big) table is always missing.
the server's version is 5.1 and the storage engine used in the specific database that i want to export is InnoDB.
have you ever faced such an issue? what could be the cause of this?
thx in advance for your help