Please help! I am currently using Manticore 6.0.4 in CentOS Linux release 7.
I have plain table,but I can’t search it.It passed sudo indexer --rotate --print-queries --all passed,print
Remove all from /var/lib/manticore/ as probably you ran indexer not under manticore as said in the docs and you have a permissions issue as well. If not or you have amythinhg valuable in /var/lib/manticore/ - don’t remove it.
remove data_dir from the section searchd of your config.
Fix sql_query in the config, so the first column is id
Run sudo -u manticore indexer --all
Start Manticore
Afterwards you should be able to run sudo -u manticore indexer --all --rotate without the need to stop/start Manticore.