MySQL Can't Create File...
[root@first sql]# mysql -u root -p nuke < Forum.sql
Enter password:
ERROR 1 at line 6: Can't create/write to file './nuke/nuke_access.frm' (Errcode: 13)
Enter password:
ERROR 1 at line 6: Can't create/write to file './nuke/nuke_access.frm' (Errcode: 13)
I tried creating the file in MySQL by hand... Same error. Which means that it's almost definitely a MySQL problem. All of our partitions have about 200 MB+ free space left; not a ton, but I doubt that MySQL needs 200 MB for a single table.
I was able to go to where MySQL keeps its table 'files' and manually create "nuke_access.frm", but obviously MySQL wasn't too keen on this. (But it ruled out filesystem problems?)
There are exactly 80 tables in the "nuke" database; I'm thinking that somewhere, somehow, there might be a setting for the maximum number of tables, and we're trying to exceed it?
Can someone please tell me what's going on, and how to fix it?