Giter Site home page Giter Site logo

Comments (4)

selim13 avatar selim13 commented on September 21, 2024

Hey! Thanks for the report.
Yes, looks like MySQL 8 have changed their default auth method to caching_sha2_password. The problem is that Alpine linux (which this image is based on) contains only MariaDB version of mysql-client and they are not planning to support sha2 any time soon.

So to fix this, I either need to manually compile mysql-client from mysql 8 or switch to debian as a base for this image.

For now you can work around this issue by either creating a separate backup user with an old auth method or altering auth method for the root user.
See this stackoverflow thread for different solutions.

I will update the readme about current mysql 8 support status.

from docker-automysqlbackup.

brightdroid avatar brightdroid commented on September 21, 2024

Ok, then I'll have to create my own docker image which support mysql 8. Thanks

from docker-automysqlbackup.

selim13 avatar selim13 commented on September 21, 2024

I will leave this open, as I will eventually need to fix this.

from docker-automysqlbackup.

selim13 avatar selim13 commented on September 21, 2024

Changed base image to debian:stretch-slim and now using official mysql-community-client-core package for mysqldump. This should solve problems with mysql 8 and hopefully won't introduce new ones.

from docker-automysqlbackup.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.