Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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.

share|improve this question

migrated from stackoverflow.com Jan 23 at 5:15

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.