I have a fairly sizeable table and would like to add another index to it to help my queries. When I attempt to: ALTER TABLE 'tlog' ADD INDEX ('Transdate'), it runs for quite some time and the comes back with the following error:
ERROR 1: Can't create/write to file '/root/tmp/STbRK3pe' (Errcode: 13)
I have tried several things to get around this. I have used another user w/all permissions and still get the same error. I have tried running mysql as 'root' and still get the same error. I am using Mandrake 9.0 and version 4.0.12-standard. I placed my installation in a non-standard location due to my /var/ partition size. Everything else has worked quite well, execpt in this case. Any ideas or solutions would be greatly appreciated.
cvonrabe
ERROR 1: Can't create/write to file '/root/tmp/STbRK3pe' (Errcode: 13)
I have tried several things to get around this. I have used another user w/all permissions and still get the same error. I have tried running mysql as 'root' and still get the same error. I am using Mandrake 9.0 and version 4.0.12-standard. I placed my installation in a non-standard location due to my /var/ partition size. Everything else has worked quite well, execpt in this case. Any ideas or solutions would be greatly appreciated.
cvonrabe