5 months ago
Hello,
How do I delete a table from the MySQL database? The system does not have an item for this purpose and it is very common to need to adjust table names and everything else.
Thank you for your attention!
João Carlos
6 Replies
5 months ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open brody • 5 months ago
5 months ago
Shift click a table, and then you will get a trash can icon to drop the table.
Please note that we are not responsible for any data loss you may cause, we will not be able to restore anything if you delete something you shouldn't have.
5 months ago
Great! That's what I needed.
Are there any other "hidden" commands, such as those for changing the table name? Where can I find these details?
brody
Shift click a table, and then you will get a trash can icon to drop the table.Please note that we are not responsible for any data loss you may cause, we will not be able to restore anything if you delete something you shouldn't have.
5 months ago
Great! That's what I needed.
Are there any other "hidden" commands, such as those for changing the table name? Where can I find these details?
5 months ago
You would ideally want to use a proper database management GUI, the data tab is only meant to give you a quick overview.
brody
You would ideally want to use a proper database management GUI, the data tab is only meant to give you a quick overview.
5 months ago
What do you recommend for GUI?
5 months ago
I personally use dbgate for everything, there is even a dbgate template you can deploy into your project via the + Create
button at the top right of your project canvas.
Status changed to Solved brody • 5 months ago