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

Is MySQL 8.0 supported? #1289

Open
AIC-BV opened this issue Jan 17, 2025 · 2 comments
Open

Is MySQL 8.0 supported? #1289

AIC-BV opened this issue Jan 17, 2025 · 2 comments
Labels
needs response Issues/PRs where a maintainer is awaiting a response from the submitter

Comments

@AIC-BV
Copy link
Contributor

AIC-BV commented Jan 17, 2025

Winter CMS Build

dev-develop

PHP Version

8.1

Database engine

MySQL/MariaDB

Plugins installed

No response

Issue description

I am trying to set up a new website.
I copied an old project and started cleaning it up because the composer create command is currently not working.

In my .env file I set up my DB variables.
This is a 8.0 DB and it doesn't seem to work. I cannot connect to this.
My copied project had a 5.7 DB. I tried that one and it instantly works.

Is it possible that SQL 8.0 database is not yet supported?

Steps to replicate

Try to connect to a SQL 8.0 database

Workaround

Use an older SQL database, but downgrading is not supported.

@bennothommo
Copy link
Member

I'm using a MySQL 8 database for a live website currently, and there hasn't been any other people reporting any issues with MySQL 8 as far as I know, so I don't think it is that.

It could be a configuration issue - for example, MySQL 8 has some different SQL_MODE setting defaults compared to other versions. Perhaps it could be related to that?

@bennothommo bennothommo added the needs response Issues/PRs where a maintainer is awaiting a response from the submitter label Jan 17, 2025
@AIC-BV
Copy link
Contributor Author

AIC-BV commented Jan 17, 2025

My hosting provider said I have to connect using SSH on MySQL 8.0
Anyways, that doesn't seem to work on my MySQL Workbench so I contacted them and am waiting for a reply

@LukeTowers LukeTowers changed the title MySQL 8.0 is not supported Is MySQL 8.0 supported? Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs response Issues/PRs where a maintainer is awaiting a response from the submitter
Projects
None yet
Development

No branches or pull requests

2 participants