mglaman / platform-docker

Local development tool for PHP platforms using Docker Compose
GNU General Public License v2.0
46 stars 16 forks source link

Mysql user and password don't work if there is a .my.cnf file #72

Open alexpott opened 7 years ago

alexpott commented 7 years ago

We need to read .my.cnf files if they exist and use the user information from it. This is because of a bug in the most recent versions of Drush that is unlikely to be ported to Drush 8 or 7.

See https://github.com/drush-ops/drush/pull/2387