Initial WebGIS portal project

This commit is contained in:
2026-06-10 19:53:39 +07:00
commit c0aa8e09d5
62 changed files with 9013 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
GRANT ALL PRIVILEGES ON webgis_spbu.* TO 'webgis_user'@'%';
GRANT ALL PRIVILEGES ON webgis_miskin.* TO 'webgis_user'@'%';
FLUSH PRIVILEGES;