File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,10 @@ being installed in a hosting provider than this is likely the default.
30
30
the old files. It's also fine to delete and reupload as all permanent data is stored in the database.
31
31
5 . Ensure the ` cards ` subdirectory is writable by the webserver. If this is
32
32
being installed in a hosting provider than this is likely the default.
33
- 65 . Load the ` qsl.sql ` into your MySQL server. It will NOT delete existing data although
33
+ 6 . Load the ` qsl.sql ` into your MySQL server. It will NOT delete existing data although
34
34
errors about existing tables will appears. Errors about the existing tables is okay.
35
- The ` qsl.sql ` file will also adjust the database tables to support newer updates.
35
+ The ` qsl.sql ` file will also adjust the database tables to support newer updates. If sourcing
36
+ the file from the shell using the ` mysql ` command you must include ` -f ` to ignore errors.
36
37
37
38
## Basic Coniderations
38
39
The application is designed to have simple, user-friendly URLs. For example,
You can’t perform that action at this time.
0 commit comments