Forums

How do I wipe or clear a MySQL database?

I know I can delete it with drop database user$mydatabase;, but I don't want to delete or change it, just empty all the old comments out.

https://dev.mysql.com/doc/refman/5.7/en/truncate-table.html

Thank you!