Cleaning up tools

This commit is contained in:
2021-12-23 14:00:47 +00:00
parent 1b2868d68f
commit 900312752b
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
#use this while debugging
CREATE DATABASE IF NOT EXISTS chat;
CREATE USER IF NOT EXISTS 'chat'@'%' IDENTIFIED BY 'blastoise';
GRANT ALL PRIVILEGES ON chat.* TO 'chat'@'%';