Native gui programming

This commit is contained in:
2025-11-07 19:12:08 +01:00
parent e80a0688cc
commit a3793df629
3 changed files with 138 additions and 6 deletions
+2 -2
View File
@@ -31,8 +31,8 @@ the privileges for accessing and modifying it.
Create database-user for application with minimum necessary rights.
CREATE USER 'yms'@'localhost' IDENTIFIED BY '********';
GRANT SELECT, INSERT, UPDATE, DELETE ON yms.* TO 'yms'@'localhost';
CREATE USER 'ymsgui'@'localhost' IDENTIFIED BY '********';
GRANT SELECT, INSERT, UPDATE, DELETE ON yms.* TO 'ymsgui'@'localhost';
3. Run database import