|
|
@ -8,8 +8,8 @@ default-character-set = UTF8MB4 |
|
|
|
[mysqld] |
|
|
|
[mysqld] |
|
|
|
!include {$SERVER_APP_PATH}/etc/mode/classic.cnf |
|
|
|
!include {$SERVER_APP_PATH}/etc/mode/classic.cnf |
|
|
|
|
|
|
|
|
|
|
|
sha256_password_private_key_path=mysql.pem |
|
|
|
sha256_password_private_key_path={$SERVER_APP_PATH}/data/mysql.pem |
|
|
|
sha256_password_public_key_path=mysql.pub |
|
|
|
sha256_password_public_key_path={$SERVER_APP_PATH}/data/mysql.pub |
|
|
|
authentication_policy=mysql_native_password |
|
|
|
authentication_policy=mysql_native_password |
|
|
|
|
|
|
|
|
|
|
|
pid-file = {$SERVER_APP_PATH}/data/mysql.pid |
|
|
|
pid-file = {$SERVER_APP_PATH}/data/mysql.pid |
|
|
|