fix: Update FAQ for new sync-data script

pull/83/head
Hannah Ward 2019-02-15 12:18:28 +00:00
parent b85136826d
commit a84e728b14
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
1 changed files with 1 additions and 4 deletions

View File

@ -143,11 +143,8 @@ mysql -u [database user] -p
# Enter Database password
mysql> use taxiipersist;
mysql> alter table `inbox_messages` modify `original_message` LONGTEXT;
mysql> alter table `content_blocks` modify `content` LONGTEXT;
mysql> exit;
```
@ -174,7 +171,7 @@ PyMISP complains about missing certificate verification. Under the misp-options
## Verifying the database
To verify that the `opentaxii-create-services` and `opentaxii-create-collections` worked, check the tables of database `taxiipersist`:
To verify that the `opentaxii-sync-data` worked, check the tables of database `taxiipersist`:
```
MariaDB [taxiipersist]> show tables;