17 lines
304 B
INI
17 lines
304 B
INI
![]() |
[mysqld]
|
||
|
port=33306
|
||
|
basedir=%INSTALLPATH%
|
||
|
datadir=%DATAPATH%
|
||
|
max_connections=200
|
||
|
max_connect_errors=10
|
||
|
character-set-server=utf8mb4
|
||
|
default-storage-engine=INNODB
|
||
|
default_authentication_plugin=mysql_native_password
|
||
|
|
||
|
[mysql]
|
||
|
default-character-set=utf8mb4
|
||
|
|
||
|
[client]
|
||
|
port=33306
|
||
|
default-character-set=utf8mb4
|