Native gui programming
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user