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:
parent
5e15ebdb43
commit
e27bcaf9a4
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue