-
-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support running Halo with MySQL and MariaDB database #2512
Support running Halo with MySQL and MariaDB database #2512
Conversation
Signed-off-by: johnniang <johnniang@fastmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
我这边使用 MariaDB 最新版本测试了下,没有遇到什么问题。
/retitle Support running Halo with MySQL and MariaDB database |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
mysql 测试通过 |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: guqing The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind feature
/area core
/milestone 2.0
What this PR does / why we need it:
Add MySQL script to support running Halo with MySQL database due to jasync-sql/jasync-sql#311 has been resolved.
Which issue(s) this PR fixes:
Fixes #2464
Special notes for reviewers
Steps to test:
Start up MySQL. e.g.:
Start Halo with
mysql
profile. e.g.:./gradlew bootRun --args="--spring.profiles.active=mysql"
Validate the functionality of Halo
Does this PR introduce a user-facing change?