MySQL .keepme configuration example for Ubuntu 14.04 LTS (Trusty Tahr)

Get the default configuration file .keepme for MySQL, optimized for Ubuntu 14.04 LTS (Trusty Tahr). This example configuration ensures optimal compatibility and performance for MySQL, making it easy to set up and adjust to meet your needs.

Find and download the configuration file here: /etc/mysql/conf.d/.keepme.

For more configurations and setup guides, visit our related files section to further customize your system.

    
    
  

Config Details

Location
/etc/mysql/conf.d/.keepme
Operating system
Ubuntu 14.04 LTS (Trusty Tahr)
Length
0 lines
MD5 checksum
d41d8cd98f00b204e9800998ecf8427e

Usage

Download the raw file with wget or curl

Wget

wget -O .keepme.example https://exampleconfig.com/static/raw/mysql/ubuntu14.04/etc/mysql/conf.d/.keepme

cURL

curl https://exampleconfig.com/static/raw/mysql/ubuntu14.04/etc/mysql/conf.d/.keepme > .keepme.example