Ola
Estou criando uma rotina para backup de uma instancia remota (banco de dados fica em outra máquina..) utilizando a ferramenta MySQL Enterprise Backup
O comando que estou usando é:
mysqlbackup --user=user --password --host=192.168.0.109 --port=3308 --backup-image="D:\test.mbi" --force --backup-dir=d:\backups_temp\ --force backup-to-image
Porém a ferramenta me retorna o seguinte erro:
150910 14:50:53 mysqlbackup: INFO: MEB logfile created at d:\backups_temp\meta\MEB_2015-09-10.14-50-53_image_backup.log
mysqlbackup: ERROR: innodb_page_size obtained from innodb file header 0 is not matching with innodb_page_size 16384 which is read from backup configurations.
mysqlbackup: ERROR: Mismatch found in innodb_page_size.
mysqlbackup failed with errors!
Eu já tentei indica rmanualmente as informações solicitadas, mas todas as tentativas foram sem exito... oque eu estou esquecendo de colocar?