| Current Path : /home/flapst5/.trash/si_test6a83ecd5de2ac/sql/ |
| Current File : /home/flapst5/.trash/si_test6a83ecd5de2ac/sql/OxTXeluK_defender_scan_item.sql |
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
DROP TABLE IF EXISTS `OxTXeluK_defender_scan_item`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `OxTXeluK_defender_scan_item` (
`id` int(11) unsigned NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`type` varchar(255) NOT NULL,
`status` varchar(255) NOT NULL,
`raw_data` text NOT NULL,
PRIMARY KEY (`id`),
KEY `type` (`type`(250)),
KEY `status` (`status`(250))
) ENGINE=MyISAM AUTO_INCREMENT=406 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
INSERT INTO `OxTXeluK_defender_scan_item` VALUES (405,68,'core_integrity','active','{\"file\":\"\\/home\\/flapst5\\/ekmtoronto.com\\/error_log\",\"type\":\"unversion\"}');
INSERT INTO `OxTXeluK_defender_scan_item` VALUES (404,68,'core_integrity','active','{\"file\":\"\\/home\\/flapst5\\/ekmtoronto.com\\/.wp-cli\\/\",\"type\":\"dir\"}');
INSERT INTO `OxTXeluK_defender_scan_item` VALUES (403,68,'core_integrity','active','{\"file\":\"\\/home\\/flapst5\\/ekmtoronto.com\\/wp-includes\\/blocks\\/error_log\",\"type\":\"unversion\"}');
INSERT INTO `OxTXeluK_defender_scan_item` VALUES (402,68,'core_integrity','active','{\"file\":\"\\/home\\/flapst5\\/ekmtoronto.com\\/wp-admin\\/includes\\/error_log\",\"type\":\"unversion\"}');
INSERT INTO `OxTXeluK_defender_scan_item` VALUES (401,68,'core_integrity','active','{\"file\":\"\\/home\\/flapst5\\/ekmtoronto.com\\/wp-admin\\/error_log\",\"type\":\"unversion\"}');
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;