Skip to content

Unify MySQL configuration#12644

Merged
KevinHuSh merged 4 commits intoinfiniflow:mainfrom
longbingljw:mysql-conf
Jan 20, 2026
Merged

Unify MySQL configuration#12644
KevinHuSh merged 4 commits intoinfiniflow:mainfrom
longbingljw:mysql-conf

Conversation

@longbingljw
Copy link

@longbingljw longbingljw commented Jan 15, 2026

What problem does this PR solve?

Align MySQL defaults between docker/.env and docker/service_conf.yaml.template
close #12645

Type of change

  • Other (please describe):Unify MySQL configuration

@dosubot dosubot bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Jan 15, 2026
@KevinHuSh KevinHuSh added the ci Continue Integration label Jan 15, 2026
@KevinHuSh KevinHuSh marked this pull request as draft January 15, 2026 09:41
@KevinHuSh KevinHuSh marked this pull request as ready for review January 15, 2026 09:41
password: '${MYSQL_PASSWORD:-infini_rag_flow}'
host: '${MYSQL_HOST:-mysql}'
port: 3306
port: '${MYSQL_PORT:-3306}'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quotation marks should not be used here, otherwise it will cause a type error.

@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. and removed size:XS This PR changes 0-9 lines, ignoring generated files. labels Jan 16, 2026
@KevinHuSh
Copy link
Collaborator

Appreciations!
CI failure. The server can not start.

longbing added 2 commits January 19, 2026 14:17
@KevinHuSh KevinHuSh merged commit 4c4d434 into infiniflow:main Jan 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continue Integration size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: After modifying MYSQL_PORT in .env,it failed to connect to mysql.

3 participants