refs #6023 Fix change rol bug #1727

Merged
guillermo merged 13 commits from 6023-changeRol into dev 2023-11-29 11:48:17 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 5e9a62eac2 - Show all commits

View File

@ -1,3 +1,7 @@
CREATE ROLE 'salix';
GRANT 'salix' TO 'root'@'%';
SET DEFAULT ROLE 'salix' FOR 'root'@'%';
CREATE SCHEMA IF NOT EXISTS `vn2008`;
CREATE SCHEMA IF NOT EXISTS `tmp`;