Toad for MySQL (freeware) 7.2.0.2922 Get the following error while trying to compare a replicated table content on master and slave: Unknown type found during storing data. Type: System.UInt64 The following is the table definition, identical on master and slave: CREATE TABLE `inmemoryconfigproperties` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `MODULE_NM` varchar(64) DEFAULT NULL, `FUNCTION_NM` varchar(64) DEFAULT NULL, `NAME` varchar(128) NOT NULL, `VALUE` varchar(1024) NOT NULL, PRIMARY KEY (`ID`), UNIQUE KEY `inmemoryconfigproperties_unique_index_name` (`NAME`) ) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8;
↧