当前位置:网站首页>MySQL configuration file
MySQL configuration file
2022-07-24 18:19:00 【Frank.Ren】
[mysqld]
# Set up 3306 port
port=3306
# Set up mysql Installation directory
basedir=C:\\Mysql\\mysql-8.0.26-winx64
# Set up mysql Database data storage directory
datadir=C:\\Mysql\\mysql-8.0.26-winx64\\data
# Maximum connections allowed
max_connections=200
# Number of connection failures allowed . This is to prevent someone from trying to attack the database system from the host
max_connect_errors=10
# The character set used by the server defaults to UTF8
character-set-server=utf8
# The default storage engine that will be used when creating a new table
default-storage-engine=INNODB
# By default “mysql_native_password” Plug in authentication
default_authentication_plugin=mysql_native_password
[mysql]
# Set up mysql Client default character set
default-character-set=utf8
[client]
# Set up mysql The default port when the client connects to the server
port=3306
default-character-set=utf8边栏推荐
- Three ways of redis cluster
- 下拉列表组件使用 iScroll.js 实现滚动效果遇到的坑
- redis集群的三种方式
- 数组扁平化.flat(Infinity)
- Laravel notes - RSA encryption of user login password (improve system security)
- Bib | mol2context vec: context aware deep network model learning molecular representation for drug discovery
- Inheritance and Derive
- 如何用WebGPU流畅渲染百万级2D物体?
- Laravel笔记-用户登录时密码进行RSA加密(提高系统安全性)
- Section 11 cache avalanche, hot data failure follow Daewoo redis ------- directory post
猜你喜欢
随机推荐
05mysql lock analysis
Wechat applet
Baidu touch.js
Several sorting methods for while and sort
Mac database management software Navicat premium essentials mac
Blackmagic Fusion Studio 18
排序的几种方式for while 还有sort
Go language file operation
Template inheritance and import
How to quickly upload files to Google Lab
A practical scheme of realizing 0.5px on mobile terminal
[OBS] dependency Library: x264 vs Build
Still building projects from scratch? This upgraded rapid development scaffold is worth a try!
6126. 设计食物评分系统
Stream, file, IO
About the writing method of interface 1 chain interpretation 2. Method execution (finally) must be executed
Mid year inventory | in 2022, PAAS will be upgraded again
下拉列表组件使用 iScroll.js 实现滚动效果遇到的坑
Section 9 cache penetration follow Daewoo redis ------- directory posts
JumpServer的使用








![[record of question brushing] 20. Valid brackets](/img/81/7edc2ff0003373fe0ab2868b1a872f.png)