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
[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
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