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
merged 1 commit into from
Feb 16, 2020

Conversation

fxthomas
Copy link
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
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