fix: refs #7759 Added user 'vn'@'localhost' & grants
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
620ce5d45e
commit
72024fb854
|
@ -1 +1,12 @@
|
|||
-- Executed after dump
|
||||
CREATE USER 'vn'@'localhost';
|
||||
|
||||
GRANT SELECT,
|
||||
INSERT,
|
||||
UPDATE,
|
||||
DELETE,
|
||||
CREATE TEMPORARY TABLES,
|
||||
EXECUTE,
|
||||
TRIGGER,
|
||||
CREATE ROUTINE,
|
||||
ALTER ROUTINE
|
||||
ON *.* TO 'vn'@'localhost';
|
||||
|
|
Loading…
Reference in New Issue