Cấu hình file my.cnf để sử dụng fulltext search với số từ tùy chỉnh
I don't exactly remember where is it, but the file you want to change is : my.cnf. Most of the time he is located in /etc/my.cnf or /etc/mysql/my.cnf or directly in you datadir. Put this parameter below [mysqld] and restart the service.
Edit : Maybe here : /opt/lampp/etc/my.cnf
Nội dung của file “my.cnf” như:
Để lấy được tham số về từ có bao nhiêu ký tự đang mặc định MySQL sử dụng, chúng ta chạy query sau:
PreviousMySQL Full-text Search - P3NextXây dựng một bộ máy tìm kiếm(search engine) đơn giản bằng MySQL
Last updated