MySQL Forums
Forum List  »  General

Re: errcode: 13 - permission denied when renaming a file
Posted by: Peter Brawley
Date: April 07, 2017 11:56AM

OK, they seem to be inner MySQL temp table names. One sees them in some error messages when DDL has failed. You really need the MySQL error log entry for this error, from which you can infer what SQL command in your app (or in the tool you are using) has elicited the error, perhaps a Drop Foreign Key or some other Alter Table command that has failed.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.