Knowledge base

1000 FAQs, 500 tutorials and instructional videos. Here, there are only solutions!

Modify the MySQL/MariaDB configuration on your Cloud Server

Update 08/13/2026

This guide explains how to view and modify the configuration settings of MySQL / MariaDB on a Cloud Server. These settings allow you to adjust the behavior, performance, and certain features of the service, including resource limits.

 

Introduction

  • MySQL is installed on a Dedicated Cloud Server: resources are not shared with other customers.
  • Only one MySQL or MariaDB instance is present per Cloud Server.
  • The number and size of databases depend solely on the available disk space and resources.
  • For very large volumes of non-relational data, MongoDB is recommended.

 

Configurable MySQL / MariaDB parameters

The following list presents the main variables that you can customize in your MySQL / MariaDB instance:

NameDescriptionValue
bulk_insert_buffer_sizeBuffer size for bulk insert operations8M
default_charsetDefines the default character set for the databaseutf8mb4
declare_explicit_defaults_for_timestampAllows you to explicitly declare default values for timestamp columns.""
declare_innodb_autoextend_incrementIncrement used for automatic extension of the InnoDB tablespace""
declare_key_bufferKey buffer size for MyISAM tables""
event_schedulerEnable or disable the MariaDB event scheduler (allows you to run scheduled tasks on the server side)OFF
ft_max_word_lenMaximum word length for full-text searchUndefined
ft_min_word_lenMinimum word length for full-text search3
innodb_additional_mem_pool_sizeSize of the additional memory pool for InnoDB""
innodb_buffer_pool_sizeSize of the InnoDB buffer pool (storage of data and indexes)""
innodb_flush_log_at_trx_commitFrequency of writing InnoDB logs to disk""
innodb_large_prefixEnable large prefix for InnoDB indexes 
innodb_lock_wait_timeoutMaximum wait time for obtaining InnoDB locks""
innodb_log_buffer_sizeInnoDB log buffer size""
innodb_log_file_sizeSize of InnoDB log files""
innodb_ft_min_token_sizeMinimum token size for full-text searchUndefined
innodb_ft_max_token_sizeMaximum token size for full-text searchUndefined
join_buffer_sizeJoin buffer size for queries1M
key_buffer_sizeKey buffer size for MyISAM tables4M
lc_time_namesDefines the language used for the format of month and day namesUndefined
local_infileEnables or disables local file loading0
log_bin_enabledEnables or disables binary transaction loggingtrue
max_allowed_packetMaximum size of allowed network packetsUnlimited
max_connect_errorsMaximum number of connection errors before blocking10
max_connectionsMaximum number of simultaneous connectionsUndefined
max_heap_table_sizeMaximum size of tables in memory8M
max_user_connectionsMaximum number of simultaneous connections per user38
myisam_max_sort_file_sizeMaximum size of the temporary file used for sorting MyISAM tables2G
myisam_sort_buffer_sizeSort buffer size for MyISAM tables16M
myisamrecoverAutomatic recovery options for MyISAM tablesmyisam-recover-options
query_cache_enabledEnable or disable the query cache 
query_cache_limitSize limit for results stored in the query cache256K
query_cache_sizeTotal size of the query cache64M
query_cache_typeCache type used for requests0
read_buffer_sizeSequential read buffer size2M
read_rnd_buffer_sizeRandom read buffer size2M
table_open_cacheNumber of tables the server can keep open simultaneously256
thread_cache_sizeThread cache size1
thread_concurrencyNumber of concurrent threads (0 = unlimited)0
thread_stackStack size per thread256K
timeoutsWait timeouts (wait_timeout and interactive_timeout)30
tmp_table_sizeMaximum size of temporary tables in memory8M
tmpdirTemporary directory used for temporary files"/home/nfs-clients/.mysql_tmp"

 

Any undefined parameter will retain its default value.

 

Modify MySQL / MariaDB parameters

To modify your instance's configuration:

  1. Click here to access your product's management interface in the Infomaniak Manager (need help?).
  2. Select the name of the relevant Cloud Server.
  3. Click on MySQL / MariaDB in the sidebar menu.
  4. Edit the desired settings and then save your changes.

Has this FAQ been helpful?