0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-11-14 14:02:23 +01:00

Updated Using the MySQL Backend (markdown)

wxlost 2020-05-07 17:18:04 +08:00
parent c59f3baa16
commit b85e9f1383

@ -71,12 +71,11 @@ Note (Code 1265): Data truncated for column 'created_at' at row 1
Note (Code 1265): Data truncated for column 'updated_at' at row 1
```
*Note1:Then error loading data mysqldump.sql Load error
```
error (1064): Syntax error near '"users" VALUES('9b5c2d13-8c4f-47e9-bd94-f0d7036ff581','2019-05-26 03:55:06.05651' at line 1
error (1064): Syntax error near '"users" VALUES('9b5c2d13-8c4f-47e9-bd94-f0d7036ff581'*********)
```
fix
fix:
```
sed -i s#\"#\#g mysqldump.sql
```