0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-17 11:28:41 +02:00

Changed non-docker example password to use all non-encoded percent-encoded characters.

Kyle 2020-03-15 18:51:57 -05:00
parent 4f0bb73b34
commit 0b7dac567e

@ -35,8 +35,8 @@ docker run -d --name bitwarden --net <some-docker-network>\
**Example using Non-Docker MySQL Server:**
```
Server IP/Port 192.168.1.10:3306 UN: dbuser / PW: P@ssw0rd / DB: Bitwarden
mysql://dbuser:P@ssw0rd@192.168.1.10:3306/bitwarden
Server IP/Port 192.168.1.10:3306 UN: dbuser / PW: yourpassword / DB: bitwarden
mysql://dbuser:yourpassword@192.168.1.10:3306/bitwarden
```
**Migrating from SQLite to MySQL**