Skip to content

🐛: MySql Configuration on 8 #11

@isalmanhaider

Description

@isalmanhaider

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingnewnew, not checked yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions