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

2018-11-19 Thread David Stokes
One of our developers informed me that libmysql and all derived clients interpret "localhost" to mean "don't use TCP/ip, but Unix domain socket" Is there anyway i can add this to the documentation? On Monday, November 19, 2018 at 12:42:04 PM UTC-6, David Stokes wr

[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 DATABASE_URL=mysql:/