v1.1.1
Fixed
- Docker MySQL/MariaDB no longer use a host
mysql.sock.stackd envand other SQL helpers nowdocker execinto the container. - Docker PostgreSQL uses
docker execforpsql/createdbinstead of a native client binary.
Connect to Docker MySQL over TCP (127.0.0.1 and the instance port). The mysql CLI treats localhost as a socket and will fail.
composer global update vblinden/stackd
mysql -h 127.0.0.1 -P 3307 -u rootFull Changelog: v1.1.0...v1.1.1