Gossamer Forum
Quote Reply
SQL help
I've just tried to add a new field called Short_Description, but when I did the following error came up:-

Database Error: Unable to execute query: ALTER TABLE Links ADD Short_Description CHAR(100) . Reason: alter command denied to user: 'devbite@localhost' for table 'Links' alter command denied to user: 'devbite@localhost' for table 'Links'


I wasn't to sure what this error means. Can anyone help?

Thanks

James

Quote Reply
Re: SQL help In reply to
Looks like you do not have proper permissions to ALTER tables within your MySQL database. Contact your sys admin.

Regards,

Eliot Lee
Quote Reply
Re: SQL help In reply to
Thanks, I have a dedicated server, do you know what do I need to do to change permissions in MySQL? (I'm quite new to MySQL)