Re: [doctrine-user] MySQL 8 Connection Refused Issue resolved - But why?

2018-11-19 Thread Marco Pivetta
That's PDO trying to outsmart things and trying to use a local socket when localhost is used: not something Doctrine can really fix. On Mon, 19 Nov 2018, 19:42 David Stokes Hi All, > > I am using Doctrine with MySQL 8.0.13 and ran into what looks like > something odd to me. I am using an

[doctrine-user] MySQL 8 Connection Refused Issue resolved - But why?

2018-11-19 Thread David Stokes
Hi All, I am using Doctrine with MySQL 8.0.13 and ran into what looks like something odd to me. I am using an account that authenticates with mysql native authentication (not SHA256 caching) and kept seeing an connection refused message until I changed the *.env *file from