Git Product home page Git Product logo

Comments (7)

rdp avatar rdp commented on June 26, 2024 1

I don't think this was exactly fixed (though a work around was mentioned in the README)...consider reopen'ing?

from crystal-mysql.

faustinoaq avatar faustinoaq commented on June 26, 2024

/cc @bcardiff 😅

from crystal-mysql.

bcardiff avatar bcardiff commented on June 26, 2024

@FredTheHomie specs are run agains 5.6 and 5.7 only. Probably a bit old if you are running latest version.

Would you mind telling the exact version you are using?
If you like binary protocol, or are willing to, feel free to send a PR implementing part of the protocol that might have changed from the above version to yours.

from crystal-mysql.

rdp avatar rdp commented on June 26, 2024

I ran into this, worked around it by setting a "normal" password for root, FWIW (see comments here: https://dev.mysql.com/doc/refman/5.5/en/old-client.html ). Annnd the comments were all removed. Nice mysql. Anyway fix was ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '';

from crystal-mysql.

mamantoha avatar mamantoha commented on June 26, 2024

I have the same issue with MySQL 8.0.13.

from crystal-mysql.

fernandes avatar fernandes commented on June 26, 2024

yeah, it's because the README code initialize without any password for user root, setting a normal user / password, or password for root works flawlessly

from crystal-mysql.

fernandes avatar fernandes commented on June 26, 2024

with mysql there's a problem with packet 254, probably related to #62 , trying to figure out

from crystal-mysql.

Related Issues (20)

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.