I'm using xampp to run mysql, and I've created a database for a lost and found website.
The database is really simple, only two tables are used: students & lost_items
I am trying to insert data into the students table, but it keeps saying that this table is read only. I've read some solutions and they said I need to use sudo and set the group privileges, but where do I put in these commands?