数字人管理平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 line
361 B

  1. [mysqld]
  2. user=mysql
  3. character-set-server=utf8mb4
  4. default_authentication_plugin=mysql_native_password
  5. secure_file_priv=/var/lib/mysql
  6. expire_logs_days=7
  7. sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
  8. max_connections=1000
  9. [client]
  10. default-character-set=utf8mb4
  11. [mysql]
  12. default-character-set=utf8mb4