Sugar CRM Accounts Table指数混乱

时间:2015-04-28 08:17:26

标签: mysql sugarcrm

我继承了一个相当糟糕的SugarCRM(v7)设置以试图支持。数据库不断播放错误消息,例如:

2015-04-27 07:44:49 7f68755bc700 InnoDB: Error: page 3 log sequence number 161677395
InnoDB: is in the future! Current system log sequence number 72461969.
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.6/en/forcing-innodb- recovery.html
InnoDB: for more information.

查看数据我发现一些id是数字和一些MD5。

这种不匹配会导致连续错误吗?为什么在地球上有一个id作为char(36)而不是一个简单的数字?

1 个答案:

答案 0 :(得分:0)