我使用'rsync'技术成功地将mysql数据从一台服务器迁移到另一台服务器。
已迁移的服务器已配置为复制主服务器。
迁移后,我收到启动mysql的错误消息;
140127 8:02:40 [Warning] option 'thread_concurrency': unsigned value 0 adjusted to 1
140127 8:02:43 InnoDB: Error: page 16683 log sequence number 771 676393429
InnoDB: is in the future! Current system log sequence number 771 676381375.
InnoDB: Your database may be corrupt or you may have copied the InnoDB
InnoDB: tablespace but not the InnoDB log files. See
InnoDB: http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery.html
InnoDB: for more information.
请告诉我们如何摆脱这种情况?
感谢。