当前位置:网站首页>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
边栏推荐
- Course strategy sharing plan of Zhejiang University
- [sword finger offer] 47 Maximum value of gifts
- Use of go log package log
- Zero foundation self-study SQL course | if function
- c语言之字符串数组
- Detailed explanation of MATLAB axis coordinate axis related settings
- PAT乙级1013
- Golang uses Mongo driver operation - query (basic)
- 虽然TCGA数据库有33种癌症
- [tinyriscv verilator] branch transplanted to Da Vinci development board of punctual atom
猜你喜欢

VMware virtual machine bridging connectivity
![[PCL self study: pclplotter] pclplotter draws data analysis chart](/img/ca/db68d5fae392c7976bfc93d2107509.png)
[PCL self study: pclplotter] pclplotter draws data analysis chart

发射,接收天线方向图
![[digital ic/fpga] detect the position of the last matching sequence](/img/67/a1b575aa9b63892ed585d39e615c58.png)
[digital ic/fpga] detect the position of the last matching sequence

MySQL分表查询之Merge存储引擎实现

【PCL自学:PCLVisualizer】点云可视化工具PCLVisualizer

Zero foundation self-study SQL course | complete collection of SQL basic functions
![[PCL self study: Segmentation3] PCL based point cloud segmentation: region growth segmentation](/img/9e/f08ce0729c89b0205c0ac47c523ad7.png)
[PCL self study: Segmentation3] PCL based point cloud segmentation: region growth segmentation

Eliminate gaps around El image images

圖的存儲結構
随机推荐
matlab axis坐标轴相关设置详解
Chapter 2 integrated mp
How to find Chinese documents corresponding to foreign documents?
Solve the cross domain problem of the new version of chrome: Cookie loss and samesite attribute problem "recommended collection"
Sécurité, économie de carburant et protection de l'environnement chameau
mysql读写分离配置
2022 PMP project management examination agile knowledge points (3)
[digital ic/fpga] detect the position of the last matching sequence
手把手教你移植 tinyriscv 到FPGA上
Zero foundation self-study SQL course | case function
【AI应用】NVIDIA GeForce RTX 3060的详情参数
思源笔记订阅停止直接删云端数据嘛?
Google Earth engine (GEE) 03 vector data type
Applet referer
[AI application] detailed parameters of NVIDIA Tesla v100-pcie-32gb
[tinyriscv verilator] branch transplanted to Da Vinci development board of punctual atom
用两个栈实现队列[两次先进后出便是先进先出]
How to quote Chinese documents when writing a foreign language?
Prediction of benign / malignant breast tumors (logistic regression classifier)
【PCL自学:Segmentation4】基于Min-Cut点云分割