Tim Williams
Tim Williams

Reputation: 3

HandlerSocket giving error 167 - what does it mean?

I have a PHP based multi-threaded application that I'm try to get working with the HandlerSocket plugin for MySql.

When running as a single process it works fine. When I start multi threading it, I get an error when inserting - it just says "167".

I have occasionally gotten "121" - which I've figured out means duplicate key error.

Any clues?

Thanks!

Upvotes: 0

Views: 576

Answers (1)

Jonnix
Jonnix

Reputation: 4187

Apparently...

MySQL error code 167: Failed to set row auto increment value

Upvotes: 1

Related Questions