-
Notifications
You must be signed in to change notification settings - Fork 523
MySQLTuning
Run mysqltuner to get some initial recommendations:
# Install mysqltuner if you haven't already
sudo apt-get install mysqltuner
# Run mysqltuner
sudo mysqltuner
Implement mysqltuner's recommendations in /etc/mysql/my.cnf
or create a new file in /etc/mysql/conf.d/
with the changes. We recommend /etc/mysql/conf.d/
so that your changes don't get overwritten during MySQL package upgrades.
Changes don't take effect until MySQL is restarted and you should ensure that Sguil and other services aren't using MySQL before shutting it down.
The first variable that you'll probably need to tune is open-files-limit
:
error_code_24 out-of-resources
Here are some other common variables that will probably need to be tuned for your system:
table_cache
key_buffer
max_connections
At boot time, MySQL checks all tables, which can take a long time. If you wish to disable this check, comment out check_for_crashed_tables
in /etc/mysql/debian-start
.
- Introduction
- Use Cases
- Hardware Requirements
- Release Notes
- Download/Install
- Booting Issues
- After Installation
- UTC and Time Zones
- Services
- VirtualBox Walkthrough
- VMWare Walkthrough
- Videos
- Architecture
- Cheat Sheet
- Conference
- Elastic Stack
- Elastic Architecture
- Elasticsearch
- Logstash
- Kibana
- ElastAlert
- Curator
- FreqServer
- DomainStats
- Docker
- Redis
- Data Fields
- Beats
- Pre-Releases
- ELSA to Elastic
- Network Configuration
- Proxy Configuration
- Firewall/Hardening
- Email Configuration
- Integrating with other systems
- Changing IP Addresses
- NTP
- Managing Alerts
- Managing Rules
- Adding Local Rules
- Disabling Processes
- Filtering with BPF
- Adjusting PF_RING for traffic
- MySQL Tuning
- Adding a new disk
- High Performance Tuning
- Trimming PCAPs