The error is this:
sphinxql: syntax error, unexpected NULL, expecting CONST_INT (or 5 other tokens) near 'NULL,1448734444)'
How delete this index id = 1448734444
, thank you I don't know how to use sphinx,and where is sphinx's database
The error is this:
sphinxql: syntax error, unexpected NULL, expecting CONST_INT (or 5 other tokens) near 'NULL,1448734444)'
How delete this index id = 1448734444
, thank you I don't know how to use sphinx,and where is sphinx's database
I solve the probeem ,this is delete index
$ 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');