test using native msql instead of docker

This commit is contained in:
Dave Horton
2019-12-05 09:43:47 -05:00
parent 28d05be789
commit 98369c377b
11 changed files with 1048 additions and 111 deletions
+3
View File
@@ -0,0 +1,3 @@
DROP DATABASE jambones_test;
REVOKE ALL PRIVILEGES, GRANT OPTION FROM 'jambones_test'@'localhost';
DROP USER 'jambones_test'@'localhost';