Inital commit
This commit is contained in:
parent
96199c894f
commit
2b52e5e413
|
@ -0,0 +1,22 @@
|
||||||
|
#
|
||||||
|
# Managed by CFEngine
|
||||||
|
#
|
||||||
|
|
||||||
|
[client-server]
|
||||||
|
port = {{vars.mysql.port}}
|
||||||
|
socket = /run/mysqld/mysqld.sock
|
||||||
|
|
||||||
|
#[mysql]
|
||||||
|
#prompt = \u@\h [\d]>\_
|
||||||
|
#no_auto_rehash
|
||||||
|
|
||||||
|
[mysqld]
|
||||||
|
log-error =/var/log/mysql/mysqld.log
|
||||||
|
user = {{vars.mysql.user}}
|
||||||
|
port = {{vars.mysql.port}}
|
||||||
|
bind-address = 127.0.0.1
|
||||||
|
|
||||||
|
lower_case_table_names = 1
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue