Skip to content
Snippets Groups Projects
Commit 267496df authored by Arkadiusz Janz's avatar Arkadiusz Janz
Browse files

Update README.md

parent e8dc1f52
No related branches found
No related tags found
No related merge requests found
Pipeline #16136 passed
......@@ -48,7 +48,8 @@ This step requires access to mysql server or installed locally.
It can be loaded using shell command:
$ mysql -e 'CREATE SCHEMA wordnet_new' # For maintaining multiple versions.
$ mysql -D wordnet_new < wordnet-work.LATEST.sql.gz
$ atool -x wordnet-work.LATEST.sql.gz # Unpack dump
$ mysql -D wordnet_new < wordnet-work.LATEST.sql
It is then recommended to run `clean_wndb.sql` script to remove any mistakes
in an unlikely case that the dump contains some, such as invalid enum values
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment