Page MenuHomeDevCentral

mysql.conf
No OneTemporary

mysql.conf

# -------------------------------------------------------------
# Salt - configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/dbserver-mysql/salt/files/mysql.conf
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
mysql.host: 'localhost'
mysql.port: 3306
mysql.user: '{{ secret["username"] }}'
mysql.pass: '{{ secret["password"] }}'
mysql.db: 'mysql'
mysql.unix_socket: '/var/run/mysql/mysqld.sock'
mysql.charset: 'utf8mb4'

File Metadata

Mime Type
text/plain
Expires
Sun, May 17, 19:16 (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3700128
Default Alt Text
mysql.conf (808 B)

Event Timeline