Archives

You are currently viewing archive for December 2008
Category: Web dev
Posted by: hajime osako
MySQL :: MySQL 5.1 Reference Manual :: 11.8.6 Fine-Tuning MySQL Full-Text Search

Modify ft_min_word_len and restart the service and re-create the index.

ft_stopword_file='' to disable stopwords.
Category: Web dev
Posted by: hajime osako
Category: Web dev
Posted by: hajime osako
LOAD DATA LOCAL INFILE 'C:\\tmp\\temp.csv' IGNORE INTO TABLE `account` FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n';

12/04: Java > jps

Category: Web dev
Posted by: hajime osako