I am using phpMyAdmin 2.1.0 and MySQL 3.23.37. Every time I go to change a table or drop a database I get errors. I used to be able to change tables and databases but for some reason I cannot now.
Here are some of errors I get
DROP DATABASE test
MySQL said: Error dropping database (can't delete '.\test#sql-364_1a26.frm', errno: 4834816)
ALTER TABLE testtable CHANGE Other Other VARCHAR (100)
MySQL said: Error on rename of '.\test\testtable.MYI' to '.\test#sql2-364-1da5.MYI' (Errcode: 13)
ALTER TABLE testtable DROP Other
MySQL said: Error on rename of '.\test\testtable.MYI' to '.\test#sql2-364-1db3.MYI' (Errcode: 13)
I have full authority permissions on the folder. Not sure what else I can try or do. Any help would be greatly appreciated!!