Skip to content
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

🐛: MySql Configuration on 8 #11

Open
2 tasks done
isalmanhaider opened this issue Aug 8, 2024 · 0 comments
Open
2 tasks done

🐛: MySql Configuration on 8 #11

isalmanhaider opened this issue Aug 8, 2024 · 0 comments
Assignees
Labels
bug Something isn't working new new, not checked yet

Comments

@isalmanhaider
Copy link

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
@isalmanhaider isalmanhaider added bug Something isn't working new new, not checked yet labels Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new new, not checked yet
Projects
None yet
Development

No branches or pull requests

2 participants