Cleaned up tools and tests

This commit is contained in:
2021-12-23 13:57:52 +00:00
parent 6e75012376
commit da0c4bbd05
5 changed files with 65 additions and 60 deletions
+4
View File
@@ -0,0 +1,4 @@
#use this while debugging
CREATE DATABASE IF NOT EXISTS news;
CREATE USER IF NOT EXISTS 'news'@'%' IDENTIFIED BY 'venusaur';
GRANT ALL PRIVILEGES ON news.* TO 'news'@'%';