blob: ca85cfb27715e093e5810647eff242a0afbf67b3 [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
Dzmitry Stremkouski588a0212018-10-04 10:15:22 +020021 target: 'nova.*'
Martin Polreich6ca7c3f2017-08-30 15:07:57 +020022 - name: nova
23 password: password
24 host: 127.0.0.1
25 rights: all
26 client:
27 enabled: true
28 server:
29 server01:
30 admin:
31 host: 0.0.0.0
32 port: 3306
33 user: root
34 password: ''
35 encoding: utf8
36 database:
37 database01:
38 encoding: utf8
39 users:
40 - name: username
41 password: 'password'
42 host: 'localhost'
43 rights: 'all privileges'