add dockerfiles to build a simple image for oceanbase-ce (#295)

This commit is contained in:
MizuhaHimuraki
2021-08-12 18:04:11 +08:00
committed by GitHub
parent 23934c9682
commit f75f599289
10 changed files with 357 additions and 0 deletions

View File

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