[Question] Error in execute batch file

Results 1 to 3 of 3
  1. #1
    Elite Member Astrup is offline
    Member +Rank
    Jun 2007 Join Date
    C:\Program FileLocation
    227Posts

    [Question] Error in execute batch file

    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:
    Code:
    [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
    --------------------------------------------------
    I tryed to fix it to change
    Code:
      `regex_match` varchar(500) NOT NULL,
    to


  2. #2
    Sorcerer Supreme KingXCrosses is offline
    Member +Rank
    May 2007 Join Date
    Silvermoon, Quel'thalasLocation
    426Posts

    Re: [Question] Error in execute batch file

    i think it might be teh `regex_ignore_if_matched` column... thing

  3. #3
    Elite Member Astrup is offline
    Member +Rank
    Jun 2007 Join Date
    C:\Program FileLocation
    227Posts

    Re: [Question] Error in execute batch file

    Yeaahhhhh, but you also know what to do with it?
    Just delete it?



Advertisement