Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MariaDB 10.10.1 is released #658

Merged
merged 19 commits into from
Sep 28, 2022
Merged

MariaDB 10.10.1 is released #658

merged 19 commits into from
Sep 28, 2022

Conversation

shogo82148
Copy link
Owner

No description provided.

@shogo82148
Copy link
Owner Author

MariaDB doesn't work :(

 ##[debug]execute: /Users/runner/hostedtoolcache/mariadb/10.10.1/x64/bin/mysqladmin --defaults-file=/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/actions-setup-mysql-tOYe9g/etc/my.cnf --user=root password very-very-secret
  /Users/runner/hostedtoolcache/mariadb/10.10.1/x64/bin/mysqladmin --defaults-file=/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/actions-setup-mysql-tOYe9g/etc/my.cnf --user=root password very-very-secret
  �/Users/runner/hostedtoolcache/mariadb/10.10.1/x64/bin/mysqladmin: connect to server at '127.0.0.1' failed
  error: 'Can't connect to server on '127.0.0.1' (60)'
  Check that mariadbd is running and that the socket: '/tmp/mysql.sock' exists!
  ::endgroup::

@shogo82148
Copy link
Owner Author

It looks that mysqld listens on ::1 but not on 127.0.0.1 from MariaDB 10.3.

https://mariadb.com/kb/en/server-system-variables/#bind_address maybe help.

Description: By default, the MariaDB server listens for TCP/IP connections on all addresses. You can specify an alternative when the server starts using this option; either a host name, an IPv4 or an IPv6 address, "::" or "" (all addresses). In some systems, such as Debian and Ubuntu, the bind_address is set to 127.0.0.1, which binds the server to listen on localhost only. bind_address has always been available as a mysqld option; from MariaDB 10.3.3 its also available as a system variable. Before MariaDB 10.6.0 "::" implied listening additionally on IPv4 addresses like "". From 10.6.0 onwards it refers to IPv6 stictly. See also Configuring MariaDB for Remote Client Access.

@shogo82148
Copy link
Owner Author

I found the first bad commit with git-bisect!
MariaDB/server@f9315b3

@shogo82148
Copy link
Owner Author

@shogo82148
Copy link
Owner Author

It is fixed by mariadb-corporation/mariadb-connector-c@4f715e8

Why doesn't MariaDB team back port it???

@shogo82148 shogo82148 merged commit 4341c6a into main Sep 28, 2022
@shogo82148 shogo82148 deleted the mariadb-10.10.1-is-released branch September 28, 2022 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant