From 22f329e477209a215f08c38ad40e7ea31fcc644f Mon Sep 17 00:00:00 2001 From: Stephan Tietz <1504437+stietz@users.noreply.github.com> Date: Sun, 17 Nov 2019 16:28:27 +0000 Subject: [PATCH] Updated Using the MySQL Backend (markdown) --- Using-the-MySQL-Backend.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Using-the-MySQL-Backend.md b/Using-the-MySQL-Backend.md index 22bdd69..eae4690 100644 --- a/Using-the-MySQL-Backend.md +++ b/Using-the-MySQL-Backend.md @@ -59,9 +59,8 @@ NB: On Debian (Buster), you'll need to install sqlite3 for this 7. Load your MySQL dump: ```mysql -ubitwarden_rs -pyourpassword < mysqldump.sql``` 8. Start bitwarden_rs. -*Note: Loading your MySQL dump with ```--show-warnings``` will highlight that the datetime fields are getting truncated during the import which **seems** to be okay. +*Note: Loading your MySQL dump with ```--show-warnings``` will highlight that the datetime fields are getting truncated during the import which **seems** to be okay.* ``` Note (Code 1265): Data truncated for column 'created_at' at row 1 Note (Code 1265): Data truncated for column 'updated_at' at row 1 -``` -* \ No newline at end of file +``` \ No newline at end of file