Massive update

This commit is contained in:
2025-02-13 20:44:52 +01:00
parent 2286ee380b
commit 77702a36f0
5 changed files with 11 additions and 8 deletions

4
app/scripts/dolibarr.sql Normal file
View File

@@ -0,0 +1,4 @@
CREATE USER 'dolibarr'@'localhost' IDENTIFIED BY 'dolipass';
CREATE DATABASE IF NOT EXISTS dolibarr;
GRANT ALL PRIVILEGES on dolibarr.* TO 'dolibarr'@'localhost';
FLUSH PRIVILEGES;