burger
infomaniak
infomaniak
cloud-computing-logo
Cloud Computing
web-domain-logo
Web & Domains
event-marketing-logo
Events & Marketing
  • Our products
    • Collaborative tools icon chevron
    • Web & Domains icon chevron
    • Cloud Computing icon chevron
    • Events & Marketing icon chevron
    • Streaming icon chevron

      ksuiteCollaborative suite

      Discover the collaborative suite β†’ Discover β†’
    • kSuite Professional email, sovereign cloud and AI for sustainable performance
    • kSuite The suite for secure communication, storage and sharing
    • kdrive
      kDrive Store, collaborate and share your files
    • mail service
      Mail Service Create your email addresses with your domain
    • kChat
      kChat Communicate live with your teams
    • kmeet
      kMeet Organise your meetings online in complete security
    • swisstransfer
      SwissTransfer Send your files up to 50 GB free of charge.
    • kpaste
      kPaste Share and encrypt your sensitive information
    • ksuite
      Custom Brand Control the brand image of your products
    • kChat
      Chk Link reducer & QR code generator
      Find the web hosting solution you need
    • Domain name
      Domain name Reserve your domain name at the best price
    • Site Creator
      Site Creator Create your website with ease
    • web hosting
      Web Hosting Create your website with over 100 CMS
    • web hosting
      Wordpress Hosting Create your WordPress website easily
    • Cloud Server
      Cloud Server Power up your sites with guaranteed resources
    • Node.js Hosting Create a dynamic, interactive site with Node.js
    • SSL Certificat
      SSL certificates Secure your websites with an EV or DV certificate
    • Options
    • Domain privacy
      Domain Privacy Protect your domains’ private data
    • DNS Fast Anycast
      FastAnycast DNS Speed up your site access times
    • Dyn DNS
      DynDNS Access your devices remotely
    • Dyn DNS
      Renewal Warranty Secure your domains against loss and theft
      Find the right Cloud Computing solution

      Cloud services

    • public cloud
      Public Cloud (IaaS) Create your projects in a high-end, ultra-competitive Cloud
    • Cloud Server
      VPS Cloud Create a Windows / Linux server
    • Kubernetes service Deploy your containerised apps on a large scale.
    • VPS Lite
      VPS Lite Create a Windows/Linux server at a low cost
    • Database Service Manage your databases with a managed solution
    • jelastic cloud
      Jelastic Cloud (PaaS) Create your own customised environments
    • Other services

    • llm api
      AI Tools Boost your productivity with our sovereign AI
    • swiss backup
      Swiss Backup Back up your devices in the Cloud
    • nas synology
      NAS Synology Rent a NAS in our secure data centers
    • High availibility
      Very High Availability Create a multi-data center infrastructure with customised SLAs
    • Housing
      Housing Install your servers in our data centers
    • Auth Add a privacy-friendly login method to your apps
      Infomaniak Events, the independent local events portal
      Online ticketing service with a wide choice of concerts, shows and events.
    • online shop
      Ticketing Create your ticketing service and sell tickets
    • kdrive
      Access Control Control access to your events with ease
    • kdrive
      Guest manager Automate your event invitations
    • kdrive
      Newsletter Send your newsletters at competitive prices
    • Streaming radio
      Streaming radio Create and broadcast your own live radio station online
    • streaming video
      Video-Streaming Create and broadcast live events and TV online
    • VOD and AOD
      VOD & AOD service Host and broadcast your recordings without limits
  • Resources
    documentation icon Documentation
    Guides & tutorials
    API documentation
    special offers icon Special offers
    Get started for free
    Student programme
    Become an affiliate
    partner program icon Partner programme
    Find a partner
    Become a partner
    support icon Support & contact
    Contact Support
    Premium support - 24/7
    Contact our sales department
    Hiring an expert
    Migrate to Infomaniak
  • About us
    forest
    icon Ecological commitment
    We pollute. But we are taking action to reduce the footprint of our services and infrastructure
    Discover our commitment β†’
    icon About Infomaniak
    Our vision, our values
    Our teams
    Infomaniak is recruiting
    Press and communication
    Blog and news
    icon Security
    Data confidentiality
    Bug Bounty Programme
  • Get started for free
    Sign in
  • search-icon
    close-icon
      icon

      Would your needs exceed our solutions? To find out, contact us so that we can advise you personally.

      Our flagship products:
  • search-icon
  • Get started for free
    Sign in
Price Price
Knowledge base

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

Knowledge base Modify MySQL / MariaDB limits on Cloud Server

    Modify MySQL / MariaDB limits on Cloud Server

    This guide explains how to modify the limits of MySQL / MariaDB on a Serveur Cloud.

     

    Preamble

    • MySQL is installed on a dedicated Cloud Server; resources are not shared.
    • Only one instance of MySQL is present per Cloud Server.
    • The number and size of the databases are only limited by the disk space and the server's resources.
    • For large volumes of data, MongoDB is recommended.

     

    Configure MySQL / MariaDB on Cloud Server

    List of modifiable MySQL / MariaDB variables:

    NameDescriptionValue

    bulk_insert_buffer_size

    Buffer size for bulk insertion operations8M

    default_charset

      

    declare_explicit_defaults_for_timestamp

    Option to explicitly declare default values for timestamp type columns""

    declare_innodb_autoextend_increment

    Increment for the auto-extending of the InnoDB table space""

    declare_key_buffer

    Size of the key buffer for tables MyISAM""

    ft_max_word_len

    Maximum word length for Full-Text searchUndefined

    ft_min_word_len

    Minimum word length for Full-Text search3

    innodb_additional_mem_pool_size

    Size of the additional memory pool for InnoDB""

    innodb_buffer_pool_size

    Size of the buffer memory pool InnoDB, which stores the data and indexes""

    innodb_flush_log_at_trx_commit

    Journal write frequency InnoDB on disk""

    innodb_large_prefix

    Enable wide prefix extension InnoDB 

    innodb_lock_wait_timeout

    Maximum wait time for acquiring locks InnoDB""

    innodb_log_buffer_size

    Journal buffer size InnoDB""

    innodb_log_file_size

    Size of the journal files InnoDB""

    innodb_ft_min_token_size

    Minimum token size for Full-Text searchUndefined

    innodb_ft_max_token_size

    Maximum token size for Full-Text searchUndefined

    join_buffer_size

    Join buffer size for queries1M

    key_buffer_size

    Size of the key buffer for tables MyISAM4M

    lc_time_names

    Parameter for the time and date formatUndefined

    local_infile

    Enabling or disabling local file reading0

    log_bin_enabled

    Enabling or disabling binary logging MySQLtrue

    max_allowed_packet

    Maximum allowed network packet sizeUndefined

    max_connect_errors

    Maximum number of connection errors before blocking10

    max_connections

    Maximum number of simultaneous connectionsUndefined

    max_heap_table_size

    Maximum size of in-memory tables8M

    max_user_connections

    Maximum number of simultaneous connections per user38

    myisam_max_sort_file_size

    Maximum size of the temporary file for table sorting MyISAM2G

    myisam_sort_buffer_size

    Size of the sort buffer for tables MyISAM16M

    myisamrecover

    Recovery options MyISAMmyisam-recover-options

    query_cache_enabled

    Enabling or disabling the query cache 

    query_cache_limit

    Limit on the size of results stored in the query cache256K

    query_cache_size

    Total size of the query cache64M

    query_cache_type

    Query cache type0

    read_buffer_size

    Size of the read buffer for queries2M

    read_rnd_buffer_size

    Size of the random read buffer for requests2M

    seconds

      

    table_open_cache

    Number of tables that the server can keep open256

    thread_cache_size

    Thread cache size1

    thread_concurrency

    Number of concurrent threads. By default, this is 0 (infinite)0

    thread_stack

    Stack size per thread256K

    timeouts

    Timeouts (wait_timeout and interactive_timeout)30

    tmp_table_size

    Maximum size of temporary tables in memory8M

    tmpdir

    Path to the temporary directory for temporary files"/home/nfs-clients/.mysql_tmp

    These variables allow you to configure various aspects of the behavior of MySQL/MariaDB on a Cloud Server.

    Anything that is not defined is, by default, set to its default value.

     

    Edit the MySQL / MariaDB limits

    To configure HAProxy:

    1. Click here to access the management of your product on the Infomaniak Manager (need help?).
    2. Click directly on the name assigned to the relevant product.
    3. Click on MySQL/MariaDB in the left sidebar.
    4. Edit the necessary values.


    Link to this FAQ:
    Has this FAQ been helpful?
    Thank you for your feedback. Improve this FAQ?
    Please do not ask any questions through this form, it is only used to improve our FAQ.
    Please use our contact form for any question.
    Your message has been sent. Thank you for suggesting an improvement to this FAQ.
    Display all FAQs for this product
    logo infomaniak
    Prices do not include VAT
    facebook
    twitter
    linkedin
    instagram

    Infomaniak

    About Infomaniak The team Infomaniak is recruiting Press space Infomaniak blog All certificates Products and offers Clients' opinions

    Support

    Assistance 7/7 FAQ and guides Premium Support Sales contact API REST Report abuse WHOIS Statuts Public Cloud Service status

    Partnerships

    Become a reseller Affiliate programme Directory of partners Requests for quotes

    Ecology

    Green hosting Certificates & awards

    Follow our development

    The email entered is invalid
    earth icon
    • EN
      • EN
      • DE
      • ES
      • FR
      • IT
    Β©2025 Infomaniak - Legal documents - Legal notice - Data Protection - Privacy Policy - Site map - Manage your cookies
    icann-logo
    swiss
    new-iso
    swiss-hosting
    logo infomaniak
    Prices do not include VAT

    Infomaniak

    About Infomaniak The team Infomaniak is recruiting Press and media Infomaniak blog All certificates Products and offers Clients' opinions

    Support

    Assistance 7/7 FAQ and guides Premium Support offer Sales contact API REST Report abuse WHOIS Statuts Public Cloud Service status

    Partnerships

    Become a reseller Affiliate programme Directory of partners Requests for quotes

    Ecology

    Green hosting Certificates & awards

    Follow our development

    The email entered is invalid
    icann-logo
    swiss
    new-iso
    swiss-hosting

    facebook
    twitter
    linkedin
    instagram
    Β©2025 Infomaniak
    Contracts - Legal notice - Data Protection - Privacy Policy - Site map - Manage your cookies

    Managers

    earth icon
    • EN
      • EN
      • DE
      • ES
      • FR
      • IT
    Your browser is outdated, security and browsability are no longer guaranteed. We recommend that you update it as soon as possible by clicking here.