Skip to content
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

Fix parameter name in database configuration for MySQL2 #2108

Merged
merged 1 commit into from May 21, 2024

Conversation

voicewise
Copy link
Contributor

The configuration parameters required by mysql2 are "name" and "password". The parameter "username" rises a warning.

What does it do?

I changed the name of mysql2 configuration from "username" to "user" since the first one rises a warning.

Why is it needed?

It provides updated information about mysq2 configuration

Related issue(s)/PR(s)

none

The configuration parameters required by mysql2 are "name" and "password". The parameter "username" rises a warning.
@voicewise voicewise requested a review from pwizla as a code owner May 10, 2024 08:49
Copy link

vercel bot commented May 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
documentation ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 10, 2024 8:52am

@strapi-cla
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link
Collaborator

@pwizla pwizla left a comment

Choose a reason for hiding this comment

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

Thank you, @voicewise.
The PR is now approved, merged, should be live on docs.strapi.io in a few minutes, and will be mentioned in the next weekly snapshot release.

@pwizla pwizla self-assigned this May 21, 2024
@pwizla pwizla added source: Dev Docs PRs/issues targeting the Developer Docs pr: fix Used on the docs repo for anything that is not "new" or "updated" content: chore, typos, fixes, etc. temp: port to v5 Temporary label for PRs that need to be ported to v5 docs labels May 21, 2024
@pwizla pwizla added this to the 4.25.0 milestone May 21, 2024
@pwizla pwizla changed the title Update database.md Fix parameter name in database configuration for MySQL2 May 21, 2024
@pwizla pwizla merged commit fd42583 into strapi:main May 21, 2024
2 of 3 checks passed
MbonuJennifer added a commit that referenced this pull request May 22, 2024
@MbonuJennifer MbonuJennifer removed the temp: port to v5 Temporary label for PRs that need to be ported to v5 docs label May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr: fix Used on the docs repo for anything that is not "new" or "updated" content: chore, typos, fixes, etc. source: Dev Docs PRs/issues targeting the Developer Docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants