From a84e728b14680230b794ebd6123f77a620c05206 Mon Sep 17 00:00:00 2001 From: Hannah Ward Date: Fri, 15 Feb 2019 12:18:28 +0000 Subject: [PATCH] fix: Update FAQ for new sync-data script --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index afe45a0..8f4d5b3 100644 --- a/README.md +++ b/README.md @@ -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;