Change mysql connection to match new

Documentation update to reflect mysql config connection from the old to the newer format
This commit is contained in:
Chris Mague 2016-03-23 12:09:06 -07:00
parent 5e15ebdb43
commit e27bcaf9a4

View file

@ -41,7 +41,7 @@ instance. This is done by providing a DSN (Data Source Name):
```
$ vault write mysql/config/connection \
connection_url="root:root@tcp(192.168.33.10:3306)/"
value="root:root@tcp(192.168.33.10:3306)/"
Success! Data written to: mysql/config/connection
```