Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
エラーは次のとおりです。
sphinxql: 構文エラー、予期しない NULL、'NULL,1448734444)' 付近の CONST_INT (または他の 5 つのトークン) が必要です
このインデックスを削除する方法id = 1448734444、ありがとう、sphinx の使い方がわかりません。sphinx のデータベースはどこにありますか
id = 1448734444
問題を解決します。これはインデックスの削除です
$ mysql -h127.0.0.1 -P9306 mysql> desc bbs_post;
mysql> select * from bbs_post where match('mobei');
mysql> select * from bbs_post where match('beibei'); mysql> select * from bbs_post where match('test');