Guest_imported
New member
- Jan 1, 1970
- 0
I'm throwing together a MYSQL/PHP/VB Frankenstein's monster to help some friends at my old alma mater manage an online catalog for their departmental library.
I'm having an odd problem with a batch .sql file used to delete all tables from a database provided as a coutesy to the System Administrators.
Specifically, sometimes some of the tables will not be deleted in a DROP TABLE statement because of:
Errcode: 13 Could not delete tablename.myi.
What's truly odd is that its not consistent about which tables it will refuse to delete.
Any insight?
I'm having an odd problem with a batch .sql file used to delete all tables from a database provided as a coutesy to the System Administrators.
Specifically, sometimes some of the tables will not be deleted in a DROP TABLE statement because of:
Errcode: 13 Could not delete tablename.myi.
What's truly odd is that its not consistent about which tables it will refuse to delete.
Any insight?