delete error ERROR: Unable to execute query
hello
i have install fresh version and everything working fine but when i try to delete anything like video, user or channel, etc from the admin panel its giveing me this error
ERROR: Unable to execute query
DELETE from group_vdo WHERE VID=2
DELETE command denied to user 'myuser'@'localhost' for table 'group_vdo'
also the same error when i try to delete video from users panel
regards
Re: delete error ERROR: Unable to execute query
The MySQL user don't have required permission to do delete operation on MySQL.
You need to check permission of your MySQL user. Most control panel have feature to set permission for user, give MySQL user all permissions, then it will work.
Re: delete error ERROR: Unable to execute query
thank you very much you are right its working fine