-
Notifications
You must be signed in to change notification settings - Fork 3
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
MySql staging problem #3
Comments
I guess the first thing is to check whether mysql has really started (not sure how on docker though - should be in a log somewhere). Secondly, perhaps there really is no socket at /var/run/mysqld/mysqld.sock. You can check all the available sockets using 'sudo find / -type s'. I think you can run this inside a docker container with 'docker exec -it command'. |
Looks ok. Mysql is up and running in docker and the socket is is in the right place. I’ll park this for now. I am looking at a different way of doing what I want to do. Thanks for the help
|
Hi Deleahy, I have the same problem. I can't start mysqlstaging Dany |
Link environment variables are superseded in Docker Compose file format version 2. ref. https://docs.docker.com/compose/link-env-deprecated/ https://docs.docker.com/engine/userguide/networking/work-with-networks/#limitations-of-docker-network
I am working through installation on Centos 7 and get a fail on the mysqlstaging. The logs show ...
ops-mysqlstaging | Preparing to stage ims
ops-mysqlstaging | Waiting for mySQL (up to 30 seconds)
ops-mysqlstaging | mySQL staging
ops-mysqlstaging | -rw-r--r--. 1 root root 963M Aug 31 13:29 /tmp/staging.sql
ops-mysqlstaging | ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
The text was updated successfully, but these errors were encountered: