wolkenkit icon indicating copy to clipboard operation
wolkenkit copied to clipboard

Support MySQL 8

Open goloroden opened this issue 6 years ago • 1 comments

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

goloroden avatar Dec 10 '19 13:12 goloroden

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.

goloroden avatar Dec 03 '20 07:12 goloroden