mirror of
https://github.com/Ratstail91/sineql-demo.git
synced 2026-05-05 23:30:11 +10:00
queryBook and createBook are working
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
CREATE DATABASE IF NOT EXISTS sineql;
|
||||
CREATE USER IF NOT EXISTS 'sineql'@'%' IDENTIFIED BY 'bulbasaur';
|
||||
GRANT ALL PRIVILEGES ON sineql.* TO 'sineql'@'%';
|
||||
Reference in New Issue
Block a user