当前位置:网站首页>MySQL enterprise parameter tuning practice sharing
MySQL enterprise parameter tuning practice sharing
2022-06-28 00:00:00 【The forest wind is at ease】
One 、 preface
MySQL Many parameters are provided for us to adjust to maximize its performance , In this paper, the production database instance is used to configure , Understand the thinking behind parameter configuration , Finally, an optimized configuration will be provided , Can be adjusted on its basis .

Two 、 Parameter description
symbolic-links=0
prohibit MySQL Using a soft connection , In fact, this is due to the consideration of database reinforcement , Using a soft connection , Especially with root function mysqld when , An attacker will be able to obtain... From the database root jurisdiction , Because the data is stored in the system partition at the same time , This will allow an attacker to modify any file in the system partition ; When using mysql Command to modify the database corresponding to the soft connection , The actual files stored in the system partition will be modified , Other files in the system may be deleted and renamed ,MySQL8 The default is to prohibit .
lower_case_table_names=1
This parameter is used to set case sensitivity , There are three values ,
0: The storage and comparison of table names are case sensitive ;
1: The table name stored on the disk is lowercase , The comparison is case insensitive ;
2: Table names are case sensitive , But the comparison is in lowercase .linux The default is 0,window The default is 1.
skip-name-resolve
prohibit DNS analysis ,MySQL The client will be checked during user login IP Conduct DNS The check , No matter it's used IP Login or domain name login , The process of counter checking is all in . the
边栏推荐
- 本地可视化工具连接阿里云centOS服务器的redis
- Pat class B 1013
- 刚开始看英文文献,想问一下各位,最初应该怎么看进去?
- Google Earth engine (GEE) 03 vector data type
- Swing UI container (I)
- 使用cef3开发的浏览器不支持flash问题的解决
- NDSS 2022 received list
- Structure de stockage des graphiques
- How to find Chinese documents corresponding to foreign documents?
- 【PCL自学:PCLPlotter】PCLPlotter绘制数据分析图
猜你喜欢

本地可视化工具连接阿里云centOS服务器的redis

Zero foundation self-study SQL course | case function

Storage structure of graph

Webserver flow chart -- understand the calling relationship between webserver modules

【Try to Hack】veil-evasion免杀

flutter系列之:flutter中的变形金刚Transform

什么是cookie,以及v-htm的安全性隐患

【微服务|Sentinel】sentinel数据持久化

Sentinel

webserver流程图——搞懂webserver各模块间调用关系
随机推荐
通过中金证券经理的开户二维码开股票账户安全吗?还是去证券公司开户安全?
Pat class B 1013
ClickOnce error deploying ClickOnce application - the reference in the manifest does not match the identity of the downloaded assembly
Golang uses Mongo driver operation - query (Advanced)
浙江大学课程攻略共享计划
ICML 2022:ufrgs | optimistic linear support and subsequent features as the basis for optimal strategy transfer
Sentinel
Msp430f5529 MCU reads gy-906 infrared temperature sensor
C language character pointer and string initialization
One step forward is excellent, one step backward is ignorant
圖的存儲結構
零基础自学SQL课程 | SQL中的日期函数大全
MYSQL的下载与配置安装
SQL中IS NOT NULL与!=NULL的区别
获取基因有效长度的N种方法
Solve the cross domain problem of the new version of chrome: Cookie loss and samesite attribute problem "recommended collection"
How to quote Chinese documents when writing a foreign language?
Is it safe for Huatai Securities to open an account online?
What if Fiddler fails to listen to the interface
本地可视化工具连接阿里云centOS服务器的redis