[FIXED]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' when running mysql database in docker, for a ruby on rails application Read this article in: EnglishSpanishPortuguêsRussian Issue 2025Q2 Change host: localhost to host: 127.0.0.1 in config/database.yml, to make the connection over TCP/IP rather than local socket.