Page 1 of 1

DB Error

Posted: Tue Apr 07, 2009 5:06 am
by jerma
i am using php5

with mysql 5

in my system i and can access any table to add or delete update


but one table
i can delete from it but no insert
i got this massage

INSERT command denied to user 'hassan_aly'@'localhost' for table 'aqar'


my code run fine on my machine (localhost)

Re: DB Error

Posted: Tue Apr 07, 2009 5:12 am
by jayshields
It's to do with permissions. Do you have root access to the MySQL server?

Re: DB Error

Posted: Tue Apr 07, 2009 5:20 am
by jerma
no i dont have

Re: DB Error

Posted: Tue Apr 07, 2009 7:20 am
by jayshields
Get the DBA to change your permissions then. Must be an error anyway because I don't know why any regular user would have permission to delete but not insert.