blob: 25ef9920802d33ba7dfb4a52b278883ff485e268 [file] [log] [blame]
Ales Komarek04991c02016-10-05 10:02:59 +02001mysql:
2 server:
3 enabled: true
4 version: '5.5'
5 force_encoding: utf8
6 admin:
7 user: admin
8 password: password
9 bind:
10 address: 0.0.0.0
11 port: 3306
12 protocol: tcp
13 users:
14 - name: user01
15 host: "*"
16 password: 'sdgdsgdsgd'
17 - name: user02
18 host: "localhost"