cyclestreets / cyclestreets/cyclestreets-setup
Update the MySQL collation to default
Open
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 11
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
We should update
collation-server = utf8mb4_unicode_ci
to
collation-server = utf8mb4_0900_ai_ci
https://github.com/cyclestreets/cyclestreets-setup/blob/master/utility/installBaseWebserver.sh#L211
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open utility/installBaseWebserver.sh around line 211 and inspect the existing MySQL server configuration. Confirm the requested collation value is used there, then verify the installer contains the new setting and no longer uses the old one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- mysql, shell
- Domain
- database, devops
- Issue type
- Feature
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100