wolkenkit
wolkenkit copied to clipboard
Support MySQL 8
What is this feature about?
Right now wolkenkit does not support MySQL 8, only MySQL up to version 5.x. To change this we need to implement #345 and #346 first. Afterwards we can easily add support for MySQL 8.
What needs to be done to implement this feature?
- [ ] Update
Dockerfile
The mysql package now seems to be dead. The PR for adding support for MySQL 8 authentication has been abandoned, no new release was done in 2020, and the author of the PR now also suggests to switch to mysql2: https://github.com/mysqljs/mysql/pull/2233#issuecomment-737632960
So, maybe this is our best option.