mirror of
https://github.com/saltstack-formulas/mysql-formula.git
synced 2025-04-15 17:20:25 +00:00
Add example 'mysql:server:root_user' key-value pair.
This commit is contained in:
parent
524b6e981c
commit
026c5cea4a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
mysql:
|
||||
server:
|
||||
# Use this account for database admin (defaults to root)
|
||||
root_user: 'admin'
|
||||
# root_password: False - to have root@localhost without password
|
||||
root_password: 'somepass'
|
||||
user: mysql
|
||||
|
|
Loading…
Add table
Reference in a new issue