Skip to content

Instantly share code, notes, and snippets.

@Mrkisha
Created June 22, 2016 11:27
Show Gist options
  • Save Mrkisha/c073d026ea342e334a9beb0cd60db743 to your computer and use it in GitHub Desktop.
Save Mrkisha/c073d026ea342e334a9beb0cd60db743 to your computer and use it in GitHub Desktop.
Cli to recreate database without structure and content
#!/bin/bash
mysqladmin -u<user> -p<password> drop <database>
mysqladmin -u<user> -p<password> create <database>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment