windows services - impossible to start sphinx search : error 1067 -


i'm working in windows, want start sphinx search service. tried firts start command line in list of services panel have error

windows not start sphinxsearch service on local computer error: 1067 process terminated unexpectedly.

i've searched , tried solution in post ve found , nothing work

this config files c:\sphinx\bin\sphinx.conf

searchd {         listen= 127.0.0.1:9306:mysql41         log       = c:\sphinx\log\searchd.log         query_log = c:\sphinx\log\query.log     pid_file  = c:\sphinx\log\searchd.pid  } index news  {     source = news      path =c:\sphinx\data\news } indexer {     mem_limit = 32m }  source news {         type                = mysql         sql_host            = localhost         sql_user            = root         sql_pass            =          sql_db              = newssdz     sql_query_pre       = set names utf8         sql_query           = select id\                                     , categorie\                                     , titre\                                     , contenu news     sql_attr_uint       = categorie         sql_query_info      = select titre news id=$id  } 

my error log files empty can't find wrong. have change write permission folder.

please me solve this.


Comments

Popular posts from this blog

html - Firefox flex bug applied to buttons? -

html - Missing border-right in select on Firefox -

c# - two queries in same method -