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 merge requests found
Pipeline #16136 passed with stages
in 45 seconds
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment