On 21/06/2011 7:01 PM, Dave Wreski wrote:
Hi,

It looks like that may be my problem too. This is the result with your
patch:

dbg: bayes: database connection established
dbg: bayes: found bayes db version 3
dbg: bayes: Using userid: 2
dbg: bayes: database connection established
dbg: bayes: found bayes db version 3
dbg: bayes: using userid: 3
dbg: bayes: _put_token: Updated an unexpected number of rows: 3, id: 3,
token: 7�OR�
dbg: bayes: error inserting token for line: t 0 1 1308332646 37fc4f52eb
dbg: bayes: _put_token: Updated an unexpected number of rows: 3, id: 3,
token: ����Y
dbg: bayes: error inserting token for line: t 0 2 1308070890 d2eec4f659

I'll try the suggested my.cnf changes and restart the process.

I thought it would take longer before it started to fail again, but trying to change the character set didn't make a difference for me.

Thanks,
Dave


Ignore my last suggestion of starting from scratch. Try commenting out these lines (or similar ones) if present in /etc/my.cnf and restarting MySQL before attempting again

default-character-set=utf8
character-set-server=utf8
collation-server=utf8_unicode_ci
init_connect='set collation_connection = utf8_unicode_ci;'

Regards,
Lawrence

Reply via email to