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)
DB Error
Moderator: General Moderators
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: DB Error
It's to do with permissions. Do you have root access to the MySQL server?
- jayshields
- DevNet Resident
- Posts: 1912
- Joined: Mon Aug 22, 2005 12:11 pm
- Location: Leeds/Manchester, England
Re: DB Error
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.