More stuff
This commit is contained in:
4
app/scripts/db_schemas/dolibarr.sql
Normal file
4
app/scripts/db_schemas/dolibarr.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE USER 'dolibarr'@'localhost' IDENTIFIED BY 'dolipass';
|
||||
CREATE DATABASE IF NOT EXISTS 'dolibarr';
|
||||
GRANT ALL PRIVILEGES TO dolibarr.* TO 'dolibarr'@'localhost';
|
||||
FLUSH PRIVILEGES;
|
||||
Reference in New Issue
Block a user