From 9730b6f1a6389beda1427afbd5a20c3782c4282a Mon Sep 17 00:00:00 2001 From: d3wy Date: Sun, 11 Oct 2020 11:40:21 +1000 Subject: [PATCH] Just spyed a typo, sorry for the bother. --- Using-the-MySQL-Backend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Using-the-MySQL-Backend.md b/Using-the-MySQL-Backend.md index 9215d87..5fd37b5 100644 --- a/Using-the-MySQL-Backend.md +++ b/Using-the-MySQL-Backend.md @@ -41,7 +41,7 @@ mysql://dbuser:yourpassword@192.168.1.10:3306/bitwarden **Migrating from SQLite to MySQL** -An easy way of migrating from SQLite to MySQL has been described in this [issue comment](https://github.com/dani-garcia/bitwarden_rs/issues/497#issuecomment-511827057). The steps are repeated below. Please, note that you are using this at your won risk and you are strongly advised to backup your installation and data! +An easy way of migrating from SQLite to MySQL has been described in this [issue comment](https://github.com/dani-garcia/bitwarden_rs/issues/497#issuecomment-511827057). The steps are repeated below. Please, note that you are using this at your own risk and you are strongly advised to backup your installation and data! 1. Create an new (empty) database for bitwarden_rs: ```sql