-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
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
create DB failed: failed to ping database: dial tcp 127.0.0.1:3306: connect: connection refused #2383
Comments
Thank you for reporting the bug! This might be due to a recent change #2315. I will look into this bug. |
You are welcome ! Thx :-) |
@asm-cygu Sorry for the late reply. This issue is due to that we are working intensively upgrading the SQLFlow deployment. Currently, the SQLFlow compiler has two modes - the local mode that translates a SQL program into a Python program and the production mode that generates an Argo/Tekton YAML file. It has been a challenge to maintain these two modes and keep them consistent with each other. Considering that all SQLFlow deployments, including those in Ant Financial, DiDi, and Alibaba Cloud, are using the production mode, we want to remove the local mode, at least for the very near future. To make it easy for developers to use SQLFlow, we are building https://github.com/sql-machine-learning/playground, which inherits from the CI setup and release a VM image that includes minikube, Argo on minikube, and all other components. It will run as a single VM, locally by VirtualBox, or remotely on any AWS, Google Cloud, and Alibaba Cloud VM, and it contains all components we use in production deployment. You are very welcome to watch our progress, especially those PRs tagged |
I keep watching your great progress closely ! @wangkuiyi seems to said that an old docker container worked, can you upload it to docker hub with a tag ( like sqlflow/sqlflow:lastallinone ) ? You can update your readme too to keep an "easy to start" mode during the development of playground and avoid multiple reports like mine . Good work again ! |
or easyer way ... provide me the latest working digestID to pull him :-) docker pull sqlflow/sqlflow:[Digest] |
What a pity that we didn't yet have tagged (version) Docker images on DockerHub.com. And I brutely overwrote my local one by running docker pull ... Let us work intensively to make the new one and update it here. Precisely, we do have a versioned one, but I am afraid it is too old (five months) and a little away from our recent work. |
Courage and hold on ;-) |
unfortunatly v0.2.0-rc.1 is not enought ;-) root@cb2b7bd3d5ff:/# ps afx |
the latest version of the SQLFlow docker image does not include the MySQL because of that we cannot start the MySQL service locally |
Description
create DB failed: failed to ping database: dial tcp 127.0.0.1:3306: connect: connection refused
Reproduction Steps
[
%%sqlflow
describe iris.train;
}
Expected Behavior
cell succed
Screenshots
https://raw.githubusercontent.com/asm-cygu/funniestrepo/master/Capture%20du%202020-05-29%2014-45-52.png
Environment (Please complete the following information):
Additional Notes
The text was updated successfully, but these errors were encountered: