Skip to content

GRPC port forwarding hangs when using mysql connection #2968

Closed
@balajiv113

Description

@balajiv113

Description

Steps to reproduce

  • Run limactl start --name=lima-vz --vm-type=vz --mount-type=virtiofs template://docker
  • Run docker run --detach --name mariadb -p 127.0.0.1:10099:3606 --env MARIADB_DATABASE=db --env MARIADB_ROOT_PASSWORD=root mariadb:latest --port 3606
  • Run mysql -uroot -proot --database=db --host=127.0.0.1 --port=10099 -e "SHOW TABLES;" from host and notice it hangs
  • Same running from guest works

Note: Identified this issue by running ddev tests

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions