table wp_relevanssi_stopwords looks wrong
-
Hi!
In my BackWPup’s backup file db_backup.sql the table wp_relevanssi_stopwords looks a little wrong, here’s a example:
LOCK TABLESwp_relevanssi_stopwordsWRITE;
/*!40000 ALTER TABLE ‘wp_relevanssi_stopwords` DISABLE KEYS */;
INSERT INTOwp_relevanssi_stopwords(stopword) VALUES
(0x6162),
(0x61626572),
(0x61626765727566656e),
(0x61626765727566656e65),
(0x61626765727566656e6572),
(0x61626765727566656e6573),
(0x61636874),
(0x6163757465),
(0x616c6c65),
….and so on.Looks like encrypted hash/hex values. Is this ok or a bug?
Thank’s for good Plugin!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘table wp_relevanssi_stopwords looks wrong’ is closed to new replies.