Combine docker modes

This commit is contained in:
LINxiansheng
2024-02-08 13:00:32 +00:00
committed by ob-robot
parent b4767c46d6
commit ae4e49c03d
18 changed files with 131 additions and 124 deletions

View File

@ -0,0 +1,2 @@
CREATE USER 'test'@'%';
GRANT ALL ON test.* TO 'test'@'%';