Closed codyfishman closed 7 months ago
Thanks for reporting @codyfishman, this came up on Slack as well, going to be pushing a fix shortly.
Fix should be available once you run lando update
(provided you're on Lando 3.21+) to get the v1.4.1 version of the Pantheon plugin!
Initializing a directory using the Pantheon recipe on 3.20.8 would assign a port number for the external DB connection after running
lando start
+lando info
. This would allow for a connection using a MySQL client.This no longer happens with 3.21.0-beta12 and connecting using an external MySQL client isn't possible.
Other recipes on 3.21.0-beta12, like Wordpress, do provision the external connection port number.