数字人管理平台
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

14 行
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