-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Preliminary Checks
- I have searched the existing issues for similar bug reports and found none.
- I have checked 'open' AND 'closed' issues and this is not a duplicate.
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