v2board/docker/mysql.cnf
Vagner Cardoso 74ad263193
feat: adds the possibility of using docker for local deployment using docker-compose.
- nginx
- phpmyadmin
- php v8.2
- redis
- mysql
- supervisor
2023-11-04 20:53:50 -03:00

18 lines
301 B
INI

[mysqld]
bind-address = 0.0.0.0
innodb_buffer_pool_size = 1024M
default_authentication_plugin=mysql_native_password
# Unicode
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[client]
ssl-mode = DISABLED
default-character-set = utf8mb4
[mysql]
default-character-set = utf8mb4