You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Extract `data.tar.gz` in the project root and import the SQL data dump:
67
67
mysql -u [username] -p [database] < [path to data dir]/bernhist_data.sql
68
68
```
69
69
70
-
Replace [username] with your database, [database] with the name of your database and [path to data dir] with the relative or absolute path to the extracted mysql dump.
70
+
Replace [username] with the mysql user, [database] with the name of your database and [path to data dir] with the relative or absolute path to the extracted mysql dump.
0 commit comments