up
This commit is contained in:
4
rivendell.sql
Normal file
4
rivendell.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE DATABASE Rivendell;
|
||||
GRANT Select, Insert, Update, Delete, Create, Drop, References, Index, Alter, Create Temporary Tables, Lock Tables on Rivendell.* to rduser@'%' identified by 'letmein';
|
||||
FLUSH PRIVILEGES;
|
||||
SET @@global.sql_mode= 'NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION';
|
||||
Reference in New Issue
Block a user