Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

MySQL 8 support #97

Closed
angrybrad opened this issue May 5, 2020 · 2 comments
Closed

MySQL 8 support #97

angrybrad opened this issue May 5, 2020 · 2 comments
Labels
feature request New feature or request
Milestone

Comments

@angrybrad
Copy link
Member

Add it back in and change the default authentication plugin back to the MySQL 5.x native one: https://mysqlserverteam.com/upgrading-to-mysql-8-0-default-authentication-plugin-considerations/

@jasonmccallister jasonmccallister added the feature request New feature or request label May 6, 2020
@lukeholder
Copy link
Member

Just an idea, a central list of configs changes like this should exist in the docs so that if someone moves their site to production they can ensure their production config of mysql8 can be configured the same.

@jasonmccallister
Copy link
Contributor

@angrybrad I have added support for mysql.cnf files for beta 3.

https://github.com/craftcms/nitro/blob/develop/internal/cmd/config.go#L20
https://github.com/craftcms/nitro/blob/develop/scripts/refresh.sh (this one still needs to get updated for the final changes)

I do wonder if we should add the authentication change (this will be used for add mysql databases) and if that would break anything?

I would also like to get some recommendations on any defaults we should set here.

@jasonmccallister jasonmccallister added this to the 1.0 milestone May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants