おのたく日記 YouTubeも始めました→
2020-11-30(Mon) [Debian][MySQL] mariadb 10.5でportがlocalhostしか開かなくなる [長年日記]
■ 突然、おうちサーバのいくつかのサービスが不調になっていた。
とくにdockerコンテナ上のサービスがDB接続エラーを返してきていた。
「なんで突然?」と、接続できないということで、iptable周りを確認したけど、分からず。
[UPGRADE] mariadb-common:amd64 1:10.3.24-2 -> 1:10.5.8-3
[/var/log/aptidudeより引用]
と、金曜日にmariadbが10.3から10.5に上げたので
/etc/mysql以下を見ていて、
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
bind-address = 127.0.0.1
[/etc/mysql/mariadb.conf.d/50-server.cnfより引用]
というのを見つけて、bind-addressをlocalhostから変更して事なきを得る。
|