Ales Komarek | 04991c0 | 2016-10-05 10:02:59 +0200 | [diff] [blame] | 1 | mysql: |
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" |