12/16: MySQL > fulltext search tip
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.
Modify ft_min_word_len and restart the service and re-create the index.
ft_stopword_file='' to disable stopwords.
12/12: Java > Heap information 3
12/09: MySQL > import csv
LOAD DATA LOCAL INFILE 'C:\\tmp\\temp.csv' IGNORE INTO TABLE `account` FIELDS TERMINATED BY ',' ENCLOSED BY '"' ESCAPED BY '\\' LINES TERMINATED BY '\r\n';