HEX
Server: Apache
System: Linux clpupre 5.4.0-90-generic #101-Ubuntu SMP Fri Oct 15 20:00:55 UTC 2021 x86_64
User: undanet (1000)
PHP: 7.4.3
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /home/undanet/dump/db/portalempleo_wp_des_wp_term_relationships.sql
CREATE DATABASE  IF NOT EXISTS `portalempleo_wp_des` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */;
USE `portalempleo_wp_des`;
-- MySQL dump 10.13  Distrib 8.0.22, for Win64 (x86_64)
--
-- Host: SRVDESARROLLO    Database: portalempleo_wp_des
-- ------------------------------------------------------
-- Server version	8.0.23

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!50503 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!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 */;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!50503 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint unsigned NOT NULL DEFAULT '0',
  `term_order` int NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,1,0),(1,5,0),(1,6,0),(1,7,0),(1,13,0),(2,5,0),(3,5,0),(5,5,0),(6,5,0),(6,15,0),(7,5,0),(7,16,0),(8,5,0),(8,18,0),(9,5,0),(9,17,0),(10,7,0),(10,9,0),(18,2,0),(22,6,0),(22,23,0),(23,4,0),(24,4,0),(24,9,0),(24,23,0),(25,4,0),(26,4,0),(27,4,0),(30,4,0),(35,5,0),(36,5,0),(49,2,0),(52,8,0),(52,10,0),(52,13,0),(54,3,0),(56,14,0),(61,8,0),(61,15,0),(65,5,0),(66,5,0),(70,8,0),(70,16,0),(73,8,0),(73,17,0),(76,8,0),(76,18,0),(106,5,0),(117,5,0),(118,5,0),(118,37,0),(119,5,0),(119,21,0),(120,5,0),(121,5,0),(122,5,0),(123,5,0),(137,8,0),(137,21,0),(157,5,0),(157,26,0),(168,8,0),(168,26,0),(174,5,0),(174,27,0),(176,5,0),(176,29,0),(194,3,0),(201,8,0),(201,27,0),(204,2,0),(228,5,0),(228,28,0),(230,8,0),(230,28,0),(234,3,0),(235,2,0),(271,8,0),(271,29,0),(274,3,0),(296,5,0),(296,30,0),(299,2,0),(300,8,0),(300,30,0),(303,3,0),(304,5,0),(304,31,0),(308,8,0),(308,31,0),(314,5,0),(314,32,0),(316,8,0),(316,32,0),(319,5,0),(319,33,0),(321,8,0),(321,33,0),(323,2,0),(324,3,0),(326,2,0),(327,3,0),(328,5,0),(328,34,0),(330,2,0),(331,2,0),(332,2,0),(333,3,0),(334,8,0),(334,34,0),(336,3,0),(337,3,0),(338,5,0),(338,35,0),(340,8,0),(340,35,0),(343,5,0),(343,36,0),(346,2,0),(347,8,0),(347,36,0),(349,3,0),(367,8,0),(367,37,0),(370,5,0),(370,38,0),(374,8,0),(374,38,0),(377,2,0),(378,2,0),(379,3,0),(380,3,0),(383,5,0),(384,5,0),(387,5,0),(387,39,0),(389,2,0),(390,2,0),(391,8,0),(391,39,0),(393,3,0),(394,3,0),(395,5,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2021-05-06 14:12:46