草庐IT

1426566990

全部标签

mysql - 错误 1526 (HY000) : Table has no partition for value 1426566990

我的mysql服务器无法分区:mysql服务器版本是:5.1.71-log操作系统:CentOS6.5x64mysql>showcreatetable|history|CREATETABLE`history`(`itemid`bigint(20)unsignedNOTNULL,`clock`int(11)NOTNULLDEFAULT'0',`value`double(16,4)NOTNULLDEFAULT'0.0000',`ns`int(11)NOTNULLDEFAULT'0',KEY`history_1`(`itemid`,`clock`)USINGBTREE)ENGINE=MyIS