mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-03 00:02:25 -05:00
4 lines
106 B
MySQL
4 lines
106 B
MySQL
|
DROP USER IF EXISTS qgis_test_user;
|
||
|
CREATE USER qgis_test_user PASSWORD 'qgis_test_user_password' LOGIN;
|
||
|
|