-
Notifications
You must be signed in to change notification settings - Fork 167
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
MariaDB "aborted connection" #166
Comments
What version of the image are you using? |
@dsifford What version do you mean? I just downloaded the latest image of both (VisibleVC and MariaDB). |
In your compose file you have the image listed as |
Can you do anything with above? |
If you'd like to continue using the I'd recommend using a specific tag number though to avoid the ambiguity. Try pulling the latest image down and let me know if that works or not. |
@dsifford Ah, didn't know that, that's why I have a different version than my colleagues. So it is better to use something like:
|
Here's the available formats: https://github.com/visiblevc/wordpress-starter#available-images I personally use |
Hi there,
When starting a project with MariaDB and the VisibleVC, WordPress is stuck on "Waiting to initialize MySQL".
I think it is because MariaDB won't start up, the error I am getting over here is:
2019-11-27 10:59:06 121 [Warning] Aborted connection 121 to db: 'unconnected' user: 'unauthenticated' host: '172.19.0.2' (This connection closed normally without authentication)
My Docker-compose file looks like:
Anyone have an idea?
The text was updated successfully, but these errors were encountered: