Skip to content

Instantly share code, notes, and snippets.

@matoken
Created September 17, 2014 08:00
Show Gist options
  • Save matoken/c37ad5b2f0a40ef42d82 to your computer and use it in GitHub Desktop.
Save matoken/c37ad5b2f0a40ef42d82 to your computer and use it in GitHub Desktop.
DROP DATABASE test_utf8;
DELETE FROM mysql.user WHERE user='test_utf8' and host='localhost';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment