We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce
limactl start --name=lima-vz --vm-type=vz --mount-type=virtiofs template://docker
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
mysql -uroot -proot --database=db --host=127.0.0.1 --port=10099 -e "SHOW TABLES;"
Note: Identified this issue by running ddev tests
The text was updated successfully, but these errors were encountered:
@balajiv113 can this be related to #2970?
Sorry, something went wrong.
I don't think so, as its TCP connection in our case
What's happening with mysql is, As soon connection is established,
I have done a change to support retry in these cases master...balajiv113:lima:grpc-hangs
This works but need to see why it's failing in first place
No branches or pull requests
Description
Steps to reproduce
limactl start --name=lima-vz --vm-type=vz --mount-type=virtiofs template://docker
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
mysql -uroot -proot --database=db --host=127.0.0.1 --port=10099 -e "SHOW TABLES;"
from host and notice it hangsNote: Identified this issue by running ddev tests
The text was updated successfully, but these errors were encountered: