./hera-admin/src/main/resources/hera.sql好像缺少内容 #118
zxw131205
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
在./hera-admin/src/main/resources/hera.sql
添加:
CREATE DATABASE IF NOT EXISTS
hera
;USE
hera
;就成功。不添加就报错。
Beta Was this translation helpful? Give feedback.
All reactions