MySQL Error 3131 – ER_LOCKING_SERVICE_WRONG_NAME

MySQL Error Message

Incorrect locking service lock name ‘%s’.

Reason for the Error

A locking service name was specified as NULL,
the empty string, or a string longer than 64 characters. Namespace
and lock names must be non-NULL, nonempty, and
no more than 64 characters long.