Skip to content

Commit 1b51eb0

Browse files
committed
add force flag for mysql
1 parent 0a8fd8d commit 1b51eb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ being installed in a hosting provider than this is likely the default.
3030
the old files. It's also fine to delete and reupload as all permanent data is stored in the database.
3131
5. Ensure the `cards` subdirectory is writable by the webserver. If this is
3232
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
3434
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.
3637

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

0 commit comments

Comments
 (0)