PracticalProgra
Programmer
Newbie. Loaded mySQL. Appears to work fine, except when I want to DROP a table, or a database.
For instance, if I CREATE a database and then I type DROP DATABASE KensDB, I get the following error:
ERROR 1009: Error dropping database (can't delete '.\KensDB\#sql-300_6.frm'.errno:473312)
There is nothing in the database, I havn't done anything yet. I can kill the database by deleting it's folder, but that's not right.
Any ideas?
For instance, if I CREATE a database and then I type DROP DATABASE KensDB, I get the following error:
ERROR 1009: Error dropping database (can't delete '.\KensDB\#sql-300_6.frm'.errno:473312)
There is nothing in the database, I havn't done anything yet. I can kill the database by deleting it's folder, but that's not right.
Any ideas?