jw项目windows环境软件安装
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.

15 lines
327 B

1 year ago
1 year ago
1 year ago
  1. [mysqld]
  2. port=3306
  3. basedir=d:\asb\mysql
  4. datadir=d:\asb\mysql\data
  5. log-error=d:\asb\mysql\my.log
  6. max_connections=200
  7. max_connect_errors=10
  8. character-set-server=utf8
  9. default-storage-engine=INNODB
  10. default_authentication_plugin=mysql_native_password
  11. [mysql]
  12. default-character-set=utf8
  13. [client]
  14. default-character-set=utf8
  15. port=3306