Skip to content
Snippets Groups Projects
Commit 425b5e54 authored by C John Klehm's avatar C John Klehm
Browse files

Update root_password example to use ''

The value of False does not work for me on Ubuntu Vivid. Using '' everything works as expected.
parent 601bdcf5
Branches
Tags
No related merge requests found
...@@ -2,7 +2,7 @@ mysql: ...@@ -2,7 +2,7 @@ mysql:
server: server:
# Use this account for database admin (defaults to root) # Use this account for database admin (defaults to root)
root_user: 'admin' root_user: 'admin'
# root_password: False - to have root@localhost without password # root_password: '' - to have root@localhost without password
root_password: 'somepass' root_password: 'somepass'
user: mysql user: mysql
# If you only manage the dbs and users and the server is on # If you only manage the dbs and users and the server is on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment