So I'm working on this Django project, with MySQL as DB engine.
I made some sort of mistake, and now I have to drop a table I accidentally created. So I'm trying to access the DB through command line, but cannot figure out how.
Could anyone help? Or is there a better way of dropping a table in MySQL DB?
Thanks in advance.
Add a comment
|