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');