Use Docker Compose with MariaDB service
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
CREATE USER IF NOT EXISTS 'webgis'@'%' IDENTIFIED BY 'webgis';
|
||||
GRANT ALL PRIVILEGES ON *.* TO 'webgis'@'%';
|
||||
FLUSH PRIVILEGES;
|
||||
Reference in New Issue
Block a user