Skip to content

Commit

Permalink
add force flag for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
jxmx committed Dec 1, 2023
1 parent 0a8fd8d commit 1b51eb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ being installed in a hosting provider than this is likely the default.
the old files. It's also fine to delete and reupload as all permanent data is stored in the database.
5. Ensure the `cards` subdirectory is writable by the webserver. If this is
being installed in a hosting provider than this is likely the default.
65. Load the `qsl.sql` into your MySQL server. It will NOT delete existing data although
6. Load the `qsl.sql` into your MySQL server. It will NOT delete existing data although
errors about existing tables will appears. Errors about the existing tables is okay.
The `qsl.sql` file will also adjust the database tables to support newer updates.
The `qsl.sql` file will also adjust the database tables to support newer updates. If sourcing
the file from the shell using the `mysql` command you must include `-f` to ignore errors.

## Basic Coniderations
The application is designed to have simple, user-friendly URLs. For example,
Expand Down

0 comments on commit 1b51eb0

Please sign in to comment.