Skip to main content

Lots of MySQL files starting with #

Comments

2 comments

  • cPanelMichael
    Hello, This is likely related to the following statement documented here: If MySQL crashes in the middle of an ALTER TABLE operation, you may be left with an orphaned intermediate table. Intermediate table names begin with"#sql-". In your data directory you will see an #sql-*.ibd file and an accompanying#sql-*.frm file with the same name
    The referenced document further explains how to address the issue. Thank you.
    0
  • Kent Brockman
    Very interesting situation. Thank you for the link, I'll have to read it thoroughly.
    0

Please sign in to leave a comment.