Merge pull request #79 from johnklehm/patch-1

Update root_password example to use ''
This commit is contained in:
Forrest 2015-06-24 10:35:59 -07:00
commit a292abbb67

View file

@ -2,7 +2,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: '' - to have root@localhost without password
root_password: 'somepass'
user: mysql
# If you only manage the dbs and users and the server is on