-
Notifications
You must be signed in to change notification settings - Fork 201
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
Bash syntax error in run-mysqld while starting MySQL container #231
Comments
Thanks for the report. Agreed, would you mind creating a PR for this issue? |
Hi, We are getting similar issue when trying to start mysql5.7 container on ppc64le platform. Docker start command - docker run -d --name mysql_database10 -e MYSQL_USER=user -e MYSQL_PASSWORD=pass -e MYSQL_DATABASE=db -p 3310:3306 registry.access.redhat.com/rhscl/mysql-57-rhel7 container logs - We have applied the above mentioned patch but after that container does not get started and exits. Observations - root@pts00606-vm15:~# mysql -h localhost -p 3310 -u user Please help to get the mysql running and also any help on how to access mysql container will be appreciated. Thanks, |
A weird syntax error pops up while starting a MySQL container:
Line 24 in run-mysqld says:
while it should be:
The text was updated successfully, but these errors were encountered: