当前位置:网站首页>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
边栏推荐
- ICML 2022: UFRGS |作为最优策略转移基础的乐观线性支持和后继特征
- Elk in Windows Environment - logstash+mysql (4)
- 第 2 章 集成 MP
- 【AI应用】NVIDIA Tesla V100-PCIE-32GB的详情参数
- golang使用mongo-driver操作——查(数组相关)
- 零基础自学SQL课程 | CASE函数
- Cornernet由浅入深理解
- [AI application] detailed parameters of NVIDIA geforce RTX 3060
- apipost脚本使用讲解一~全局变量
- How to find Chinese documents corresponding to foreign documents?
猜你喜欢

Structure de stockage des graphiques

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

Golang - the difference between new and make

The file or assembly 'cefsharp.core.runtime.dll' or one of its dependencies could not be loaded. Is not a valid Win32 Application. (exception from hresult:0x800700c1)

智慧风电 | 图扑软件数字孪生风机设备,3D 可视化智能运维

一文剖析C语言函数

Excel print settings public header

Teach you how to transplant tinyriscv to FPGA

零基础自学SQL课程 | SQL中的日期函数大全

C language character pointer and string initialization
随机推荐
手把手教你移植 tinyriscv 到FPGA上
How to use raspberry pie (and all kinds of pies)
ASP.NET仓库进销存ERP管理系统源码 ERP小程序源码
Is not null and in SQL= Difference between null
Google Earth engine (GEE) 03 vector data type
Grab those duplicate genes
Msp430f5529 MCU reads gy-906 infrared temperature sensor
【PCL自学:PCLPlotter】PCLPlotter绘制数据分析图
Elk in Windows Environment - logstash+mysql (4)
C language - date formatting [easy to understand]
Cornernet understands from simple to profound
【微服务|Sentinel】sentinel数据持久化
[digital ic/fpga] detect the position of the last matching sequence
Prediction of benign / malignant breast tumors (logistic regression classifier)
赛尔笔记|视频文本预训练简述
webserver流程图——搞懂webserver各模块间调用关系
Sécurité, économie de carburant et protection de l'environnement chameau
Detailed explanation of MATLAB axis coordinate axis related settings
matlab axis坐标轴相关设置详解
Cornernet由浅入深理解