At 11:02 PM 9/8/2011, TOM HART wrote:
I have been getting this error message when I do a reload
RELOAD operation is complete
-ERROR- Internal lock error. Have all users disconnect from the database.
Then have one user re-connect. ( 378)
I am the only user connected.
Tom Hart
Tom,
Most likely, there are still active TEMPORARY TABLE(s) before using the
RELOAD command.
Always DISCONNECT and then CONNECT the database before using the RELOAD
command.
Using the DISCONNECT command will DROP all TEMPORARY TABLE(s), if defined.
Hope that helps!
Very Best R:egards,
Razzak.