blob: 2cb29ea873a5b492e65c1aaa6e89bbdeacc03b74 [file] [log] [blame]
Martin Polreich6ca7c3f2017-08-30 15:07:57 +02001mysql:
2 server:
3 enabled: true
4 version: '5.5'
5 force_encoding: utf8
6 admin:
7 user: root
8 password: ''
9 bind:
10 address: 0.0.0.0
11 port: 3306
12 protocol: tcp
13 database:
14 nova:
15 encoding: utf8
16 users:
17 - name: nova
18 password: password
19 host: '%'
20 rights: all
21 - name: nova
22 password: password
23 host: 127.0.0.1
24 rights: all
25 client:
26 enabled: true
27 server:
28 server01:
29 admin:
30 host: 0.0.0.0
31 port: 3306
32 user: root
33 password: ''
34 encoding: utf8
35 database:
36 database01:
37 encoding: utf8
38 users:
39 - name: username
40 password: 'password'
41 host: 'localhost'
42 rights: 'all privileges'