PDA

View Full Version : How to edit MYSQL database


ebp123
05-10-2011, 04:18 AM
What program do you use to edit the MYSQL database? I downloaded an addon and it added tables to my database that I need to delete, how can I do this?

Lynne
05-10-2011, 04:31 PM
I use phpMyAdmin which seems to have the easiest interface.

Videx
05-13-2011, 06:51 PM
FYI, you can probably just leave those tables there and it won't hurt anything. With no mod calling them they'll just sit there quietly.

Boofo
05-13-2011, 06:58 PM
Lynne is right. phpMyAdmin is the easiest way to do almost anything with the db.