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: sotorrent/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,14 @@
9
9
Linux (e.g. using [p7zip](https://sourceforge.net/projects/p7zip/)):
10
10
11
11
`for file in ./*.7z; do 7z e "$file"; done`
12
+
13
+
2. Unzip the SQL scripts:
14
+
15
+
`7za e sql.7z -osql`
12
16
13
-
2. Edit the SQL script `load_sotorrent.sh` to change the passwords for the `root` and `sotorrent` MySQL users and the path where the CSV and XML files are located.
17
+
3. Edit the SQL script `load_sotorrent.sh` to change the passwords for the `root` and `sotorrent` MySQL users and the path where the CSV and XML files are located.
0 commit comments