alter table error

Contributor
17Jan2008,14:31   #1
rekha's Avatar
Hi,

I have a database which i switched from one system to the other and i when i tried the alter table command for adding a column an error is displayed as

Code:
Code:
Cannot rename something.MYI to somethingother.MYI Error no 13
I tried all other queries like update and insert and it's all working without flaw..

But alter is not working..

I couldn't find the exact error...Please help.


Regards
Rekha

Last edited by shabbir; 17Jan2008 at 17:45.. Reason: Confine links to signature
Go4Expert Founder
17Jan2008,17:45   #2
shabbir's Avatar
It might so happen you do not have the permission to alter table
Contributor
18Jan2008,10:25   #3
rekha's Avatar
Hi,

Thanks for your reply.Can you tell me in detail why it is so.


Regards
Rekha

Last edited by shabbir; 18Jan2008 at 17:52.. Reason: Confine links to signature
Go4Expert Founder
18Jan2008,17:53   #4
shabbir's Avatar
Your admin has created a low privileges user that you are using to login to the database server.

Also Remember to use the signatures for links to your site and not in posts as its against the forum guidelines.
Contributor
22Jan2008,12:52   #5
rekha's Avatar
Hi,

Then how can i solve this error.



Regards
Rekha
Go4Expert Founder
22Jan2008,17:33   #6
shabbir's Avatar
You need the permission and ask them from your database admin.
Go4Expert Member
25Oct2008,11:57   #7
trinitybrown's Avatar
check that you import database schema in the same where it was located on previous sytem and also check that the previleges you have about database is good enough to make changes
Team Leader
25Oct2008,14:31   #8
pradeep's Avatar
Please check file permissions!