When i try to execute an SQL database (Milestone 2.3.1 and 2.3.2 or other DB's)
I get a strange error called:
I tryed to fix it to changeCode:[Err] 1074 - Column length too big for column 'regex_ignore_if_matched' (max = 255); use BLOB or TEXT instead [Err] CREATE TABLE `wordfilter_character_names` ( `regex_match` varchar(500) NOT NULL, `regex_ignore_if_matched` varchar(500) NOT NULL default '' ) ENGINE=MyISAM DEFAULT CHARSET=latin1; [Msg] Finished - Unsuccessfully --------------------------------------------------
toCode:`regex_match` varchar(500) NOT NULL,


Reply With Quote![[Question] Error in execute batch file](http://ragezone.com/hyper728.png)

