You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
I noticed that on my installation (Docker version 19.03.3, build a872fc2f86) on Ubuntu 19.10, the db container kept failing. Examining the logs showed:
[ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
After some digging, I found removing the --rpm option on mysql_install_db fixed this issue. Not sure what --rpm is needed for, so will look out for further issues.
The text was updated successfully, but these errors were encountered:
I noticed that on my installation (Docker version 19.03.3, build a872fc2f86) on Ubuntu 19.10, the db container kept failing. Examining the logs showed:
[ERROR] Could not open mysql.plugin table. Some plugins may be not loaded
After some digging, I found removing the
--rpm
option onmysql_install_db
fixed this issue. Not sure what--rpm
is needed for, so will look out for further issues.The text was updated successfully, but these errors were encountered: