Created
June 4, 2022 05:54
-
-
Save haeramkeem/86d371d21fb8cb3c0b548e486b8ee498 to your computer and use it in GitHub Desktop.
MySQL drop all tables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DROP DATABASE test_db; | |
CREATE DATABASE test_db; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment