/etc/mysql/debian-start - Ubuntu 16.04 LTS (Xenial Xerus)

This is the default example configuration of debian-start provided by MySQL. This config file was generated by MySQL running on Ubuntu 16.04.

It is located under: /etc/mysql/debian-start

    #!/bin/bash

# Change to no-op as detailed in
# https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1577712
exit 0

    
  

Config Details

Location
/etc/mysql/debian-start
Operating system
Ubuntu 16.04 LTS (Xenial Xerus)
Length
5 lines
MD5 checksum
68f4d300f151fd3facec50d0bcf009ef

Usage

Download the raw file with wget or curl

Wget

wget -O debian-start.example http://exampleconfig.com/static/raw/mysql/ubuntu16.04/etc/mysql/debian-start

cURL

curl http://exampleconfig.com/static/raw/mysql/ubuntu16.04/etc/mysql/debian-start > debian-start.example