Giter Club home page Giter Club logo

Comments (7)

krlmlr avatar krlmlr commented on June 7, 2024 1

Good catch! Thanks a lot.

from setup-mariadb.

krlmlr avatar krlmlr commented on June 7, 2024

No, the path exists.

from setup-mariadb.

ankane avatar ankane commented on June 7, 2024

Hmm, the installation should be pretty standard. It looks like the socket is at /run/mysqld/mysqld.sock.

mysql -e "SHOW VARIABLES LIKE '%socket%'"
Variable_name Value
performance_schema_max_socket_classes 10
performance_schema_max_socket_instances -1
socket  /run/mysqld/mysqld.sock

https://github.com/ankane/setup-mariadb/runs/1484303215?check_suite_focus=true

from setup-mariadb.

ankane avatar ankane commented on June 7, 2024

Just updated the tests to print the socket location for each platform and version: https://github.com/ankane/setup-mariadb/actions/runs/395356603

from setup-mariadb.

krlmlr avatar krlmlr commented on June 7, 2024

One more thing: the workers on Linux already have MySQL installed, could that be a source for conflicts?

from setup-mariadb.

krlmlr avatar krlmlr commented on June 7, 2024

Connection worked in RMariaDB when I used the builtin MySQL and enabled the service. I'm still confused why things seem to work when running mysql -e --protocol socket .

from setup-mariadb.

ankane avatar ankane commented on June 7, 2024

MySQL is automatically removed when MariaDB is installed and vice versa.

It looks like your test suite is reinstalling MySQL in the "Install system dependencies" step.

2020-12-02T03:56:35.4946065Z The following packages will be REMOVED:
2020-12-02T03:56:35.4948237Z   mariadb-client-10.5 mariadb-client-core-10.5 mariadb-server-10.5
2020-12-02T03:56:35.4949697Z   mariadb-server-core-10.5
2020-12-02T03:56:35.4951332Z The following NEW packages will be installed:
2020-12-02T03:56:35.4952666Z   mysql-client-5.7 mysql-client-core-5.7 mysql-server mysql-server-5.7
2020-12-02T03:56:35.4953859Z   mysql-server-core-5.7

from setup-mariadb.

Related Issues (8)

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.