-
Notifications
You must be signed in to change notification settings - Fork 499
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
Unknown system variable 'innodb_file_format' #572
Comments
Could you provide any details? What tag of the docker image are you using? How are you starting the different docker images? Logs?
It does |
The latest docker tag launches just find with mysql8
|
Here is the compose file i was using. version: '3.4' I have since moved to mysql 5.7 I have running, but now the image is giving another error message:
|
https://www.redmine.org/projects/redmine/wiki/RedmineInstall |
I don't know what to say, other than its working for me. Also the innodb_file_format was removed from mysql 8 which explains why it was not working for me. See https://dev.mysql.com/worklog/task/?id=7704 |
yeah, but those settings are set on the server itself. There is no reference to that setting in this repo. |
Does this image not work with mysql v8?
The text was updated successfully, but these errors were encountered: