We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 container keep crashing
To start normally with the website
Switch to version 8, then start
MacOS
Other
Fixed by disabling the following in .devcontainer/config/mysql.cnf
.devcontainer/config/mysql.cnf
[client] default-character-set=utf8mb4 [mysql] default-character-set=utf8mb4 [mysqld] default-time-zone = "+04:00" key_buffer_size = 32M max_allowed_packet = 64M character-set-server=utf8mb4 collation-server=utf8mb4_unicode_ci # innodb_large_prefix=true # innodb_file_format=barracuda # innodb_file_per_table=true
The text was updated successfully, but these errors were encountered:
mysql
docker
alchatti
No branches or pull requests
Preliminary Checks
Current Behavior
MySql container keep crashing
Expected behavior
To start normally with the website
Steps to reproduce
Switch to version 8, then start
Operating System
MacOS
Browser
Other
Additional Information / Failure Log if available
Fixed by disabling the following in
.devcontainer/config/mysql.cnf
The text was updated successfully, but these errors were encountered: