Skip to content
This repository was archived by the owner on Sep 8, 2021. It is now read-only.

Update mysql-connector-java to 8.0.19#1511

Merged
jvoisin merged 1 commit into
airsonic:masterfrom
fxthomas:dependency-update-mysql-8.0.19
Feb 16, 2020
Merged

Update mysql-connector-java to 8.0.19#1511
jvoisin merged 1 commit into
airsonic:masterfrom
fxthomas:dependency-update-mysql-8.0.19

Conversation

@fxthomas
Copy link
Copy Markdown
Contributor

Airsonic does not work with MySQL 8, which I discovered recently lately during testing and development. I did not see any issue with upgrading to the latest version of the JDBC driver.

Tested with Docker:

docker run --name mysql -e MYSQL_DATABASE=airsonic -e MYSQL_ROOT_PASSWORD=123456 -p 3306:3306 -d mysql:8.0 --character-set-server=utf8 --collation-server=utf8_general_ci

@randomnicode
Copy link
Copy Markdown
Contributor

Same issue as #1498

@fxthomas fxthomas changed the title Update mysql-java-connector to 8.0.19 Update mysql-connector-java to 8.0.19 Feb 13, 2020
@fxthomas fxthomas mentioned this pull request Feb 16, 2020
@jvoisin jvoisin merged commit 8651a40 into airsonic:master Feb 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants