Author: Alexander Barkov
Email: [EMAIL PROTECTED]
Message:
Hello!
Check that you have correctly formed DBAddr string. Probably
you used
DBAddr mysql:// ....
instead of
DBAddr msql://
If this does not help, please add
#define DEBUG_SQL
in the top of sql.c then recompile and start indexer. It
will display all queries being sent do database time.
If msql database type is specified in DBAddr string, indexer
should execute
SELECT _seq FROM url
queries, then it should insert new record with returned _seq
value as a rec_id.
> After installing the newest version and creating the database with create.txt
>(msql), the indexer stops with
>
> Indexer[8750]: [1] Error: 'Field "rec_id" cannot be null'
>
> The tables seem to be all right. Should I place a kind of auto-increment to the
>field rec_id in my database?
>
>
Reply: <http://www.mnogosearch.org/board/message.php?id=2460>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]