[Phpmyadmin] How to gain privileges over records?

I made a database for my site and I made a basic table with a column. Then, when I coded some php and records (rows) were written to the collumn, I wanted to delete some of them, shortly realising I can’t edit OR delete records!
How can I gain privileges over records? Any help will be appreciated.

Issue resolved! I made the collumn UNIQUE!