I am having problem deleting a row in PHPMyAdmin. I click the 'Delete' button to delete the row, at the top it says
Showing rows 0 - 0 ( ~1 total , Query took 0.0004 sec)
SELECT *
FROM "counters_total"
LIMIT 0 , 30
But the row is still there, even after refreshing. The only way to delete the row is to click 'Edit' -> GO, and then when I delete it it is deleted. Anyone knows what the reason the row is not deleted in the first place. I am using Entity Framework, maybe the table / row is locked - but if so, I should get an error, right?
Using WAMP: Apache/2.4.2 (Win64) PHP/5.4.3 on Windows 7.