Version: 2.0.7
Configuration
The MySQL Configuration page lets you edit low-level my.cnf settings for your database service, without needing terminal access.
How to Change Configuration​
- Open OpenPanel and navigate to MySQL > Configuration.
- Modify the values you want to change.
- Click Save to apply changes.
Settings are written to your account's custom.cnf file, and the MySQL/MariaDB container is restarted to apply them.
Available Options​
The list of configurable keys is determined by the system administrator. By default, the following are available:
max_allowed_packetmax_connect_errorsmax_connectionsopen_files_limitperformance_schemasql_modethread_cache_sizeinteractive_timeoutwait_timeoutlog_outputlog_errorlog_error_verbositygeneral_loggeneral_log_filelong_query_timeslow_query_logslow_query_log_filejoin_buffer_sizekey_buffer_sizeread_buffer_sizeread_rnd_buffer_sizesort_buffer_sizeinnodb_log_buffer_sizeinnodb_log_file_sizeinnodb_sort_buffer_sizeinnodb_buffer_pool_chunk_sizeinnodb_buffer_pool_instancesinnodb_buffer_pool_sizemax_heap_table_sizetmp_table_size
Customizing Available Options
Administrators can change which keys are exposed here by editing /etc/openpanel/mysql/keys.txt (one key per line). If that file doesn't exist, the default list above is used.
Was this helpful?