Skip to content

Instantly share code, notes, and snippets.

@haeramkeem
Created June 4, 2022 05:54
Show Gist options
  • Save haeramkeem/86d371d21fb8cb3c0b548e486b8ee498 to your computer and use it in GitHub Desktop.
Save haeramkeem/86d371d21fb8cb3c0b548e486b8ee498 to your computer and use it in GitHub Desktop.
MySQL drop all tables
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