|
|
|
|
|
-- MySQL dump 10.13 Distrib 8.0.36, for Linux (x86_64)
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Host: 140.120.108.238 Database: mysql
|
|
|
|
|
|
-- ------------------------------------------------------
|
|
|
|
|
|
-- Server version 8.0.29
|
|
|
|
|
|
|
|
|
|
|
|
/*!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 utf8mb4 */;
|
|
|
|
|
|
/*!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 `columns_priv`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `columns_priv`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `columns_priv` (
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Column_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
|
|
|
|
|
`Column_priv` set('Select','Insert','Update','References') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`,`Column_name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Column privileges';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `columns_priv`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `columns_priv` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `columns_priv` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `columns_priv` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `component`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `component`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `component` (
|
|
|
|
|
|
`component_id` int unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
|
|
`component_group_id` int unsigned NOT NULL,
|
|
|
|
|
|
`component_urn` text NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`component_id`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 ROW_FORMAT=DYNAMIC COMMENT='Components';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `component`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `component` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `component` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `component` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `db`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `db`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `db` (
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Select_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Insert_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Update_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Delete_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Drop_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Grant_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`References_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Index_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Alter_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Lock_tables_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_view_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Show_view_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_routine_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Alter_routine_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Execute_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Event_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Trigger_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
PRIMARY KEY (`Host`,`Db`,`User`),
|
|
|
|
|
|
KEY `User` (`User`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Database privileges';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `db`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `db` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `db` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `db` VALUES ('%','Mav\\_one','GUIDev','Y','Y','Y','Y','Y','Y','N','Y','Y','Y','N','N','Y','Y','Y','Y','Y','Y','Y'),('%','Mav\\_one','GUIDev2','Y','Y','Y','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N'),('%','Mav\\_one','mavoneServer','Y','Y','Y','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N'),('%','Mav\\_one','webInterface','Y','Y','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N'),('localhost','performance_schema','mysql.session','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N'),('localhost','sys','mysql.sys','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','Y');
|
|
|
|
|
|
/*!40000 ALTER TABLE `db` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `default_roles`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `default_roles`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `default_roles` (
|
|
|
|
|
|
`HOST` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`USER` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`DEFAULT_ROLE_HOST` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '%',
|
|
|
|
|
|
`DEFAULT_ROLE_USER` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
PRIMARY KEY (`HOST`,`USER`,`DEFAULT_ROLE_HOST`,`DEFAULT_ROLE_USER`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Default roles';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `default_roles`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `default_roles` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `default_roles` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `default_roles` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `engine_cost`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `engine_cost`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `engine_cost` (
|
|
|
|
|
|
`engine_name` varchar(64) NOT NULL,
|
|
|
|
|
|
`device_type` int NOT NULL,
|
|
|
|
|
|
`cost_name` varchar(64) NOT NULL,
|
|
|
|
|
|
`cost_value` float DEFAULT NULL,
|
|
|
|
|
|
`last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
|
|
|
|
|
`comment` varchar(1024) DEFAULT NULL,
|
|
|
|
|
|
`default_value` float GENERATED ALWAYS AS ((case `cost_name` when _utf8mb3'io_block_read_cost' then 1.0 when _utf8mb3'memory_block_read_cost' then 0.25 else NULL end)) VIRTUAL,
|
|
|
|
|
|
PRIMARY KEY (`cost_name`,`engine_name`,`device_type`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC;
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `engine_cost`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `engine_cost` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `engine_cost` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `engine_cost` (`engine_name`, `device_type`, `cost_name`, `cost_value`, `last_update`, `comment`) VALUES ('default',0,'io_block_read_cost',NULL,'2023-10-29 14:33:29',NULL),('default',0,'memory_block_read_cost',NULL,'2023-10-29 14:33:29',NULL);
|
|
|
|
|
|
/*!40000 ALTER TABLE `engine_cost` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `func`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `func`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `func` (
|
|
|
|
|
|
`name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`ret` tinyint NOT NULL DEFAULT '0',
|
|
|
|
|
|
`dl` char(128) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`type` enum('function','aggregate') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='User defined functions';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `func`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `func` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `func` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `func` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `global_grants`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `global_grants`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `global_grants` (
|
|
|
|
|
|
`USER` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`HOST` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`PRIV` char(32) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`WITH_GRANT_OPTION` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
PRIMARY KEY (`USER`,`HOST`,`PRIV`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Extended global grants';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `global_grants`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `global_grants` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `global_grants` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `global_grants` VALUES ('mysql.infoschema','localhost','AUDIT_ABORT_EXEMPT','N'),('mysql.infoschema','localhost','SYSTEM_USER','N'),('mysql.session','localhost','AUDIT_ABORT_EXEMPT','N'),('mysql.session','localhost','BACKUP_ADMIN','N'),('mysql.session','localhost','CLONE_ADMIN','N'),('mysql.session','localhost','CONNECTION_ADMIN','N'),('mysql.session','localhost','PERSIST_RO_VARIABLES_ADMIN','N'),('mysql.session','localhost','SESSION_VARIABLES_ADMIN','N'),('mysql.session','localhost','SYSTEM_USER','N'),('mysql.session','localhost','SYSTEM_VARIABLES_ADMIN','N'),('mysql.sys','localhost','AUDIT_ABORT_EXEMPT','N'),('mysql.sys','localhost','SYSTEM_USER','N'),('root','%','APPLICATION_PASSWORD_ADMIN','Y'),('root','%','AUDIT_ABORT_EXEMPT','Y'),('root','%','AUDIT_ADMIN','Y'),('root','%','AUTHENTICATION_POLICY_ADMIN','Y'),('root','%','BACKUP_ADMIN','Y'),('root','%','BINLOG_ADMIN','Y'),('root','%','BINLOG_ENCRYPTION_ADMIN','Y'),('root','%','CLONE_ADMIN','Y'),('root','%','CONNECTION_ADMIN','Y'),('root','%','ENCRYPTION_KEY_ADMIN','Y'),('root','%','FLUSH_OPTIMIZER_COSTS','Y'),('root','%','FLUSH_STATUS','Y'),('root','%','FLUSH_TABLES','Y'),('root','%','FLUSH_USER_RESOURCES','Y'),('root','%','GROUP_REPLICATION_ADMIN','Y'),('root','%','GROUP_REPLICATION_STREAM','Y'),('root','%','INNODB_REDO_LOG_ARCHIVE','Y'),('root','%','INNODB_REDO_LOG_ENABLE','Y'),('root','%','PASSWORDLESS_USER_ADMIN','Y'),('root','%','PERSIST_RO_VARIABLES_ADMIN','Y'),('root','%','REPLICATION_APPLIER','Y'),('root','%','REPLICATION_SLAVE_ADMIN','Y'),('root','%','RESOURCE_GROUP_ADMIN','Y'),('root','%','RESOURCE_GROUP_USER','Y'),('root','%','ROLE_ADMIN','Y'),('root','%','SENSITIVE_VARIABLES_OBSERVER','Y'),('root','%','SERVICE_CONNECTION_ADMIN','Y'),('root','%','SESSION_VARIABLES_ADMIN','Y'),('root','%','SET_USER_ID','Y'),('root','%','SHOW_ROUTINE','Y'),('root','%','SYSTEM_USER','Y'),('root','%','SYSTEM_VARIABLES_ADMIN','Y'),('root','%','TABLE_ENCRYPTION_ADMIN','Y'),('root','%','XA_RECOVER_ADMIN','Y'),('root','localhost','APPLICATION_PASSWORD_ADMIN','Y'),('root','localhost','AUDIT_ABORT_EXEMPT','Y'),('root','localhost','AUDIT_ADMIN','Y'),('root','localhost','AUTHENTICATION_POLICY_ADMIN','Y'),('root','localhost','BACKUP_ADMIN','Y'),('root','localhost','BINLOG_ADMIN','Y'),('root','localhost','BINLOG_ENCRYPTION_ADMIN','Y'),('root','localhost','CLONE_ADMIN','Y'),('root','localhost','CONNECTION_ADMIN','Y'),('root','localhost','ENCRYPTION_KEY_ADMIN','Y'),('root','localhost','FLUSH_OPTIMIZER_COSTS','Y'),('root','localhost','FLUSH_STATUS','Y'),('root','localhost','FLUSH_TABLES','Y'),('root','localhost','FLUSH_USER_RESOURCES','Y'),('root','localhost','GROUP_REPLICATION_ADMIN','Y'),('root','localhost','GROUP_REPLICATION_STREAM','Y'),('root','localhost','INNODB_REDO_LOG_ARCHIVE','Y'),('root','localhost','INNODB_REDO_LOG_ENABLE','Y'),('root','localhost','PASSWORDLESS_USER_ADMIN','Y'),('root','localhost','PERSIST_RO_VARIABLES_ADMIN','Y'),('root','localhost','REPLICATION_APPLIER','Y'),('root','localhost','REPLICATION_SLAVE_ADMIN','Y'),('root','localhost','RESOURCE_GROUP_ADMIN','Y'),('root','localhost','RESOURCE_GROUP_USER','Y'),('root','localhost','ROLE_ADMIN','Y'),('root','localhost','SENSITIVE_VARIABLES_OBSERVER','Y'),('root','localhost','SERVICE_CONNECTION_ADMIN','Y'),('root','localhost','SESSION_VARIABLES_ADMIN','Y'),('root','localhost','SET_USER_ID','Y'),('root','localhost','SHOW_ROUTINE','Y'),('root','localhost','SYSTEM_USER','Y'),('root','localhost','SYSTEM_VARIABLES_ADMIN','Y'),('root','localhost','TABLE_ENCRYPTION_ADMIN','Y'),('root','localhost','XA_RECOVER_ADMIN','Y');
|
|
|
|
|
|
/*!40000 ALTER TABLE `global_grants` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `gtid_executed`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE IF NOT EXISTS `gtid_executed` (
|
|
|
|
|
|
`source_uuid` char(36) NOT NULL COMMENT 'uuid of the source where the transaction was originally executed.',
|
|
|
|
|
|
`interval_start` bigint NOT NULL COMMENT 'First number of interval.',
|
|
|
|
|
|
`interval_end` bigint NOT NULL COMMENT 'Last number of interval.',
|
|
|
|
|
|
PRIMARY KEY (`source_uuid`,`interval_start`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC;
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `help_category`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `help_category`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `help_category` (
|
|
|
|
|
|
`help_category_id` smallint unsigned NOT NULL,
|
|
|
|
|
|
`name` char(64) NOT NULL,
|
|
|
|
|
|
`parent_category_id` smallint unsigned DEFAULT NULL,
|
|
|
|
|
|
`url` text NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`help_category_id`),
|
|
|
|
|
|
UNIQUE KEY `name` (`name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='help categories';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `help_category`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `help_category` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `help_category` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `help_category` VALUES (0,'Contents',0,''),(1,'Help Metadata',0,''),(2,'Data Types',0,''),(3,'Administration',0,''),(4,'Functions',0,''),(5,'Enterprise Encryption Functions',4,''),(6,'Language Structure',0,''),(7,'Geographic Features',0,''),(8,'MBR',7,''),(9,'WKT',7,''),(10,'Comparison Operators',4,''),(11,'Logical Operators',4,''),(12,'Flow Control Functions',4,''),(13,'Numeric Functions',4,''),(14,'Date and Time Functions',4,''),(15,'String Functions',4,''),(16,'Cast Functions and Operators',4,''),(17,'XML',4,''),(18,'Bit Functions',4,''),(19,'Encryption Functions',4,''),(20,'Locking Functions',4,''),(21,'Information Functions',4,''),(22,'Spatial Functions',4,''),(23,'WKT Functions',22,''),(24,'WKB Functions',22,''),(25,'Geometry Constructors',22,''),(26,'Geometry Property Functions',22,''),(27,'Point Property Functions',22,''),(28,'LineString Property Functions',22,''),(29,'Polygon Property Functions',22,''),(30,'GeometryCollection Property Functions',22,''),(31,'Geometry Relation Functions',22,''),(32,'MBR Functions',22,''),(33,'GTID',4,''),(34,'Aggregate Functions and Modifiers',4,''),(35,'GROUP BY Functions and Modifiers',4,''),(36,'Window Functions',4,''),(37,'Performance Schema Functions',4,''),(38,'Internal Functions',4,''),(39,'Miscellaneous Functions',4,''),(40,'Data Definition',0,''),(41,'Data Manipulation',0,''),(42,'Transactions',0,''),(43,'Replication Statements',0,''),(44,'Prepared Statements',0,''),(45,'Compound Statements',0,''),(46,'Account Management',0,''),(47,'Table Maintenance',0,''),(48,'Loadable Functions',0,''),(49,'Components',0,''),(50,'Plugins',0,''),(51,'Utility',0,''),(52,'Storage Engines',0,'');
|
|
|
|
|
|
/*!40000 ALTER TABLE `help_category` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `help_keyword`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `help_keyword`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `help_keyword` (
|
|
|
|
|
|
`help_keyword_id` int unsigned NOT NULL,
|
|
|
|
|
|
`name` char(64) NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`help_keyword_id`),
|
|
|
|
|
|
UNIQUE KEY `name` (`name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='help keywords';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `help_keyword`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `help_keyword` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `help_keyword` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `help_keyword` VALUES (108,'%'),(264,'&'),(422,'(JSON'),(86,'*'),(84,'+'),(85,'-'),(423,'->'),(425,'->>'),(87,'/'),(75,':='),(59,'<'),(266,'<<'),(58,'<='),(56,'<=>'),(57,'<>'),(55,'='),(61,'>'),(60,'>='),(267,'>>'),(90,'ABS'),(879,'ACCOUNT'),(91,'ACOS'),(659,'ACTION'),(49,'ADD'),(120,'ADDDATE'),(121,'ADDTIME'),(913,'ADMIN'),(270,'AES_DECRYPT'),(271,'AES_ENCRYPT'),(581,'AFTER'),(247,'AGAINST'),(934,'AGGREGATE'),(582,'ALGORITHM'),(721,'ALL'),(50,'ALTER'),(583,'ANALYZE'),(62,'AND'),(526,'ANY_VALUE'),(660,'ARCHIVE'),(254,'ARRAY'),(722,'AS'),(464,'ASC'),(185,'ASCII'),(92,'ASIN'),(774,'ASSIGN_GTIDS_TO_ANONYMOUS_TRANSACTIONS'),(6,'ASYMMETRIC_DECRYPT'),(7,'ASYMMETRIC_DERIVE'),(8,'ASYMMETRIC_ENCRYPT'),(9,'ASYMMETRIC_SIGN'),(10,'ASYMMETRIC_VERIFY'),(643,'AT'),(93,'ATAN'),(94,'ATAN2'),(880,'ATTRIBUTE'),(911,'AUTHENTICATION'),(743,'AUTOCOMMIT'),(584,'AUTOEXTEND_SIZE'),(585,'AUTO_INCREMENT'),(458,'AVG'),(586,'AVG_ROW_LENGTH'),(755,'BACKUP'),(769,'BEFORE'),(744,'BEGIN'),(288,'BENCHMARK'),(63,'BETWEEN'),(186,'BIN'),(253,'BINARY'),(563,'BINLOG'),(527,'BIN_TO_UUID'),(460,'BIT_AND'),(269,'BIT_COUNT'),(187,'BIT_LENGTH'),(461,'BIT_OR'),(462,'BIT_XOR'),(17,'BOOL'),(18,'BOOLEAN'),(230,'BOTH'),(647,'BTREE'),(465,'BY'),(42,'BYTE'),(969,'CACHE'),(689,'CALL'),(497,'CAN_ACCESS_COLUMN'),(498,'CAN_ACCESS_DATABASE'),(499,'CAN_ACCESS_TABLE'),(500,'CAN_ACCESS_USER'),(501,'CAN_ACCESS_VIEW'),(661,'CASCADE'),(76,'CASE'),(255,'CAST'),(860,'CATALOG_NAME'),(95,'CEIL'),(96,'CEILING'),(745,'CHAIN'),(881,'CHALLENGE_RESPONSE'),(587,'CHANGE'),(564,'CHANNEL'),(43,'CHAR'),(39,'CHARACTER'),(189,'CHARACTER_LENGTH'),(289,'CHARSET'),(188,'CHAR_LENGTH'),(588,'CHECK'),(589,'CHECKSUM'),(882,'CIPHER'),(861,'CLASS_ORIGIN'),(914,'CLIENT'),(942,'CLONE'),(695,'CLOSE'),(65,'COALESCE'),(963,'CODE'),(290,'COERCIBILITY'),(546,'COLLATE'),(291,'COLLATION'),(590,'COLUMN'),(591,'COLUMNS'),(862,'COLUMN_NAME'),(551,'COMMENT'),(746,'COMMIT'),(758,'COMMITTED'),(662,'COMPACT'),(552,'COMPLETION'),(938,'COMPONENT'),(272,'COMPRESS'),(663,'COMPRESSED'),(592,'COMPRESSION'),(190,'CONCAT'),(191,'CONCAT_WS'),(708,'CONCURRENT'),(857,'CONDITION'),(593,'CONNECTION'),(292,'CONNECTION_ID'),(747,'CONSISTENT'),(594,'CONSTRAINT'),(863,'CONSTRAINT_CATALOG'),(864,'CONSTRAINT_NAME'),(865,'CONSTRAINT_SCHEMA'),(858,'CONTINUE'),(97,'CONV'),(260,'CONVERT'),(122,'CONVERT_TZ'),(98,'COS'),(99,'COT'),(463,'COUNT'),(100,'CRC32'),(51,'CREATE'),(11,'CREATE_ASYMMETRIC_PRIV_KEY'),(12,'CREATE_ASYMMETRIC_PUB_KEY'),(13,'CREATE_DH_PARAMETERS'),(14,'CREATE_DIGEST'),(738,'CROSS'),(664,'CSV'),(482,'CUME_DIST'),(123,'CURDATE'),(883,'CURRENT'),(124,'CURRENT_DATE'),(293,'CURRENT_ROLE'),(125,'CURRENT_TIME'),(126,'CURRENT_TIMESTAMP'),(294,'CURRENT_USER'),(855,'CURSOR'),(866,'CURSOR_NAME'),(127,'CURTIME'),(595,'DATA'),(295,'DATABASE'),(947,'DATABASES'),(636,'DATAFILE'),(36,'DATE'),(128,'DATEDIFF'),(256,'DATETIME'),(129,'DATE_ADD'),(144,'DATE_FORMAT'),(130,'DATE_SUB'),(131,'DAY'),(145,'DAYNAME'),(146,'DAYOFMONTH'),(147,'DAYOFWEEK'),(148,'DAYOFYEAR'),(132,'DAY_HOUR'),(133,'DAY_MINUTE'),(134,'DAY_SECOND'),(846,'DEALLOCATE'),(28,'DEC'),(31,'DECIMAL'),(847,'DECLARE'),(2,'DEFAULT'),(837,'DEFAULT_AUTH'),(553,'DEFINER'),(653,'DEFINITION'),(101,'DEGREES'),(701,'DELAYED'),(596,'DELAY_KEY_WRITE'),(665,'DELETE'),(483,'DENSE_RANK'),(466,'DESC'),(980,'DESCRIBE'),(654,'DESCRIPTION'),(867,'DIAGNOSTICS'),(597,'DIRECTORY'),(554,'DISABLE'),(598,'DISCARD'),(459,'DISTINCT'),(723,'DISTINCTROW'),(88,'DIV'),(555,'DO'),(599,'DROP'),(737,'DUAL'),(724,'DUMPFILE'),(702,'DUPLICATE'),(666,'DYNAMIC'),(77,'ELSE'),(848,'ELSEIF'),(192,'ELT'),(556,'ENABLE'),(709,'ENCLOSED'),(547,'ENCRYPTION'),(78,'END'),(644,'ENDS'),(600,'ENGINE'),(948,'ENGINES'),(565,'ERROR'),(949,'ERRORS'),(239,'ESCAPE'),(710,'ESCAPED'),(557,'EVENT'),(961,'EVENTS'),(645,'EVERY'),(925,'EXCEPT'),(601,'EXCHANGE'),(845,'EXECUTE'),(642,'EXISTS'),(859,'EXIT'),(102,'EXP'),(248,'EXPANSION'),(884,'EXPIRE'),(981,'EXPLAIN'),(970,'EXPORT'),(193,'EXPORT_SET'),(932,'EXTENDED'),(682,'EXTENT_SIZE'),(149,'EXTRACT'),(424,'EXTRACTION)'),(261,'EXTRACTVALUE'),(885,'FACTOR'),(886,'FAILED_LOGIN_ATTEMPTS'),(15
|
|
|
|
|
|
/*!40000 ALTER TABLE `help_keyword` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `help_relation`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `help_relation`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `help_relation` (
|
|
|
|
|
|
`help_topic_id` int unsigned NOT NULL,
|
|
|
|
|
|
`help_keyword_id` int unsigned NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`help_keyword_id`,`help_topic_id`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='keyword-topic relation';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `help_relation`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `help_relation` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `help_relation` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `help_relation` VALUES (0,0),(1,1),(2,2),(483,2),(502,2),(503,2),(510,2),(513,2),(514,2),(522,2),(523,2),(546,2),(551,2),(590,2),(608,2),(610,2),(616,2),(618,2),(2,3),(522,3),(2,4),(546,4),(551,4),(606,4),(607,4),(3,5),(698,5),(4,6),(5,7),(6,8),(7,9),(8,10),(9,11),(10,12),(11,13),(12,14),(13,15),(14,15),(13,16),(14,16),(16,17),(17,17),(16,18),(240,18),(16,19),(16,20),(20,20),(22,20),(23,20),(25,20),(26,20),(242,20),(16,21),(20,21),(22,21),(23,21),(25,21),(26,21),(18,22),(19,23),(19,24),(20,25),(20,26),(242,26),(628,26),(22,27),(23,28),(23,29),(522,29),(23,30),(24,31),(242,31),(628,31),(25,32),(26,33),(26,34),(26,35),(628,35),(28,36),(129,36),(131,36),(242,36),(30,37),(165,37),(31,38),(163,38),(242,38),(33,39),(35,39),(502,39),(503,39),(510,39),(513,39),(514,39),(522,39),(549,39),(550,39),(552,39),(636,39),(637,39),(639,39),(643,39),(33,40),(35,40),(33,41),(34,42),(34,43),(184,43),(242,43),(35,44),(35,45),(35,46),(44,47),(44,48),(53,49),(510,49),(511,49),(524,49),(608,49),(53,50),(502,50),(503,50),(504,50),(505,50),(506,50),(507,50),(508,50),(509,50),(510,50),(511,50),(512,50),(608,50),(613,50),(619,50),(53,51),(513,51),(514,51),(515,51),(516,51),(517,51),(518,51),(519,51),(520,51),(521,51),(522,51),(524,51),(525,51),(526,51),(609,51),(610,51),(620,51),(628,51),(639,51),(647,51),(648,51),(649,51),(650,51),(651,51),(652,51),(654,51),(53,52),(510,52),(516,52),(522,52),(530,52),(554,52),(639,52),(665,52),(687,52),(690,52),(53,53),(510,53),(522,53),(523,53),(546,53),(53,54),(510,54),(522,54),(535,54),(539,54),(540,54),(545,54),(547,54),(557,54),(623,54),(624,54),(625,54),(626,54),(627,54),(639,54),(652,54),(681,54),(54,55),(79,55),(55,56),(56,57),(57,58),(58,59),(59,60),(60,61),(61,62),(75,62),(61,63),(62,63),(62,64),(66,64),(69,64),(71,64),(74,64),(232,64),(234,64),(513,64),(514,64),(515,64),(521,64),(609,64),(610,64),(63,65),(510,65),(64,66),(65,67),(66,67),(240,67),(552,67),(642,67),(645,67),(646,67),(665,67),(675,67),(67,68),(131,68),(515,68),(608,68),(610,68),(68,69),(69,69),(70,69),(71,69),(70,70),(71,70),(523,70),(72,71),(73,72),(76,73),(521,73),(77,74),(78,75),(80,76),(591,76),(80,77),(591,77),(80,78),(570,78),(588,78),(591,78),(592,78),(595,78),(596,78),(598,78),(80,79),(591,79),(592,79),(80,80),(591,80),(81,81),(513,81),(514,81),(515,81),(521,81),(527,81),(528,81),(529,81),(533,81),(534,81),(535,81),(538,81),(592,81),(608,81),(609,81),(610,81),(611,81),(612,81),(629,81),(692,81),(82,82),(83,83),(84,84),(85,85),(86,85),(87,86),(88,87),(89,88),(90,89),(109,89),(91,90),(92,91),(93,92),(94,93),(95,94),(96,95),(97,96),(98,97),(99,98),(100,99),(101,100),(102,101),(103,102),(104,103),(105,104),(106,105),(107,106),(108,107),(109,108),(110,109),(111,110),(112,111),(113,112),(114,113),(115,114),(116,115),(117,116),(118,117),(119,118),(120,119),(510,119),(540,119),(121,120),(122,121),(123,122),(124,123),(125,124),(126,125),(127,126),(128,127),(130,128),(131,129),(131,130),(133,130),(131,131),(134,131),(608,131),(610,131),(131,132),(131,133),(131,134),(131,135),(143,135),(131,136),(131,137),(131,138),(150,138),(131,139),(131,140),(151,140),(131,141),(157,141),(131,142),(179,142),(242,142),(131,143),(132,144),(135,145),(136,146),(137,147),(138,148),(139,149),(140,150),(141,151),(142,152),(144,153),(145,154),(146,155),(147,156),(148,157),(149,158),(152,159),(153,160),(154,161),(155,162),(156,163),(158,164),(159,165),(160,166),(161,167),(162,168),(163,169),(165,169),(214,169),(505,169),(518,169),(519,169),(531,169),(532,169),(628,169),(629,169),(639,169),(650,169),(662,169),(663,169),(164,170),(166,171),(167,172),(168,173),(169,174),(170,175),(171,176),(172,177),(173,178),(174,179),(175,180),(176,181),(177,182),(178,183),(180,184),(181,185),(182,186),(183,187),(185,188),(186,189),(187,190),(188,191),(189,192),(190,193),(191,194),(192,195),(193,196),(695,196),(696,196),(697,196),(194,197),(195,198),(196,199),(546,199),(547,199),(548,199),(197,200),(198,201),(199,202),(554,202),(200,203),(201,204),(202,205),(203,206),(204,207),(205,208),(206,209),(207,210),(208,211),(209,212),(210,213),(211,214),(212,215),(213,216),(596
|
|
|
|
|
|
/*!40000 ALTER TABLE `help_relation` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `help_topic`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `help_topic`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `help_topic` (
|
|
|
|
|
|
`help_topic_id` int unsigned NOT NULL,
|
|
|
|
|
|
`name` char(64) NOT NULL,
|
|
|
|
|
|
`help_category_id` smallint unsigned NOT NULL,
|
|
|
|
|
|
`description` text NOT NULL,
|
|
|
|
|
|
`example` text NOT NULL,
|
|
|
|
|
|
`url` text NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`help_topic_id`),
|
|
|
|
|
|
UNIQUE KEY `name` (`name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='help topics';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `help_topic`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `help_topic` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `help_topic` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `help_topic` VALUES (0,'HELP_DATE',1,'This help information was generated from the MySQL 8.0 Reference Manual\non: 2022-03-05\n','',''),(1,'HELP_VERSION',1,'This help information was generated from the MySQL 8.0 Reference Manual\non: 2022-03-05 (revision: 72187)\n\nThis information applies to MySQL 8.0 through 8.0.28.\n','',''),(2,'AUTO_INCREMENT',2,'The AUTO_INCREMENT attribute can be used to generate a unique identity\nfor new rows:\n\nURL: https://dev.mysql.com/doc/refman/8.0/en/example-auto-increment.html\n\n','CREATE TABLE animals (\n id MEDIUMINT NOT NULL AUTO_INCREMENT,\n name CHAR(30) NOT NULL,\n PRIMARY KEY (id)\n);\n\nINSERT INTO animals (name) VALUES\n (\'dog\'),(\'cat\'),(\'penguin\'),\n (\'lax\'),(\'whale\'),(\'ostrich\');\n\nSELECT * FROM animals;\n','https://dev.mysql.com/doc/refman/8.0/en/example-auto-increment.html'),(3,'HELP COMMAND',3,'Syntax:\nmysql> help search_string\n\nIf you provide an argument to the help command, mysql uses it as a\nsearch string to access server-side help from the contents of the MySQL\nReference Manual. The proper operation of this command requires that\nthe help tables in the mysql database be initialized with help topic\ninformation (see\nhttps://dev.mysql.com/doc/refman/8.0/en/server-side-help-support.html).\n\nIf there is no match for the search string, the search fails:\n\nmysql> help me\n\nNothing found\nPlease try to run \'help contents\' for a list of all accessible topics\n\nUse help contents to see a list of the help categories:\n\nmysql> help contents\nYou asked for help about help category: \"Contents\"\nFor more information, type \'help <item>\', where <item> is one of the\nfollowing categories:\n Account Management\n Administration\n Data Definition\n Data Manipulation\n Data Types\n Functions\n Functions and Modifiers for Use with GROUP BY\n Geographic Features\n Language Structure\n Plugins\n Storage Engines\n Stored Routines\n Table Maintenance\n Transactions\n Triggers\n\nIf the search string matches multiple items, mysql shows a list of\nmatching topics:\n\nmysql> help logs\nMany help items for your request exist.\nTo make a more specific request, please type \'help <item>\',\nwhere <item> is one of the following topics:\n SHOW\n SHOW BINARY LOGS\n SHOW ENGINE\n SHOW LOGS\n\nUse a topic as the search string to see the help entry for that topic:\n\nmysql> help show binary logs\nName: \'SHOW BINARY LOGS\'\nDescription:\nSyntax:\nSHOW BINARY LOGS\nSHOW MASTER LOGS\n\nLists the binary log files on the server. This statement is used as\npart of the procedure described in [purge-binary-logs], that shows how\nto determine which logs can be purged.\n\nmysql> SHOW BINARY LOGS;\n+---------------+-----------+-----------+\n| Log_name | File_size | Encrypted |\n+---------------+-----------+-----------+\n| binlog.000015 | 724935 | Yes |\n| binlog.000016 | 733481 | Yes |\n+---------------+-----------+-----------+\n\nThe search string can contain the wildcard characters % and _. These\nhave the same meaning as for pattern-matching operations performed with\nthe LIKE operator. For example, HELP rep% returns a list of topics that\nbegin with rep:\n\nmysql> HELP rep%\nMany help items for your request exist.\nTo make a more specific request, please type \'help <item>\',\nwhere <item> is one of the following\ntopics:\n REPAIR TABLE\n REPEAT FUNCTION\n REPEAT LOOP\n REPLACE\n REPLACE FUNCTION\n\nURL: https://dev.mysql.com/doc/refman/8.0/en/mysql-server-side-help.html\n\n','','https://dev.mysql.com/doc/refman/8.0/en/mysql-server-side-help.html'),(4,'ASYMMETRIC_DECRYPT',5,'Syntax:\nasymmetric_decrypt(algorithm, crypt_str, key_str)\n\nDecrypts an encrypted string using the given algorithm and key string,\nand returns the resulting plaintext as a binary string. If decryption\nfails, the result is NULL.\n\nkey_str must be a valid key string in PEM format. For successful\ndecryption, it must be the public or private key string corresponding\nto the private or public key string used wit
|
|
|
|
|
|
INSERT INTO `help_topic` VALUES (646,'SHOW FIELDS',3,'Syntax:\nSHOW [EXTENDED] [FULL] {COLUMNS | FIELDS}\n {FROM | IN} tbl_name\n [{FROM | IN} db_name]\n [LIKE \'pattern\' | WHERE expr]\n\nSHOW COLUMNS displays information about the columns in a given table.\nIt also works for views. SHOW COLUMNS displays information only for\nthose columns for which you have some privilege.\n\nmysql> SHOW COLUMNS FROM City;\n+-------------+----------+------+-----+---------+----------------+\n| Field | Type | Null | Key | Default | Extra |\n+-------------+----------+------+-----+---------+----------------+\n| ID | int(11) | NO | PRI | NULL | auto_increment |\n| Name | char(35) | NO | | | |\n| CountryCode | char(3) | NO | MUL | | |\n| District | char(20) | NO | | | |\n| Population | int(11) | NO | | 0 | |\n+-------------+----------+------+-----+---------+----------------+\n\nAn alternative to tbl_name FROM db_name syntax is db_name.tbl_name.\nThese two statements are equivalent:\n\nSHOW COLUMNS FROM mytable FROM mydb;\nSHOW COLUMNS FROM mydb.mytable;\n\nThe optional EXTENDED keyword causes the output to include information\nabout hidden columns that MySQL uses internally and are not accessible\nby users.\n\nThe optional FULL keyword causes the output to include the column\ncollation and comments, as well as the privileges you have for each\ncolumn.\n\nThe LIKE clause, if present, indicates which column names to match. The\nWHERE clause can be given to select rows using more general conditions,\nas discussed in\nhttps://dev.mysql.com/doc/refman/8.0/en/extended-show.html.\n\nThe data types may differ from what you expect them to be based on a\nCREATE TABLE statement because MySQL sometimes changes data types when\nyou create or alter a table. The conditions under which this occurs are\ndescribed in\nhttps://dev.mysql.com/doc/refman/8.0/en/silent-column-changes.html.\n\nSHOW COLUMNS displays the following values for each table column:\n\no Field\n\n The name of the column.\n\no Type\n\n The column data type.\n\no Collation\n\n The collation for nonbinary string columns, or NULL for other\n columns. This value is displayed only if you use the FULL keyword.\n\no Null\n\n The column nullability. The value is YES if NULL values can be stored\n in the column, NO if not.\n\no Key\n\n Whether the column is indexed:\n\n o If Key is empty, the column either is not indexed or is indexed\n only as a secondary column in a multiple-column, nonunique index.\n\n o If Key is PRI, the column is a PRIMARY KEY or is one of the columns\n in a multiple-column PRIMARY KEY.\n\n o If Key is UNI, the column is the first column of a UNIQUE index. (A\n UNIQUE index permits multiple NULL values, but you can tell whether\n the column permits NULL by checking the Null field.)\n\n o If Key is MUL, the column is the first column of a nonunique index\n in which multiple occurrences of a given value are permitted within\n the column.\n\n If more than one of the Key values applies to a given column of a\n table, Key displays the one with the highest priority, in the order\n PRI, UNI, MUL.\n\n A UNIQUE index may be displayed as PRI if it cannot contain NULL\n values and there is no PRIMARY KEY in the table. A UNIQUE index may\n display as MUL if several columns form a composite UNIQUE index;\n although the combination of the columns is unique, each column can\n still hold multiple occurrences of a given value.\n\no Default\n\n The default value for the column. This is NULL if the column has an\n explicit default of NULL, or if the column definition includes no\n DEFAULT clause.\n\no Extra\n\n Any additional information that is available about a given column.\n The value is nonempty in these cases:\n\n o auto_increment for columns that have the AUTO_INCREMENT attribute.\n\n o on update CURRENT_TIMESTAMP for TIMESTAMP or DATETIME columns that\n have the ON UPDATE CURRE
|
|
|
|
|
|
/*!40000 ALTER TABLE `help_topic` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `innodb_index_stats`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
/*!40000 ALTER TABLE `innodb_index_stats` DISABLE KEYS */;
|
|
|
|
|
|
INSERT IGNORE INTO `innodb_index_stats` VALUES ('Mav_one','NodeRed_one','PRIMARY','2024-03-15 16:40:25','n_diff_pfx01',220,1,'SerialNo'),('Mav_one','NodeRed_one','PRIMARY','2024-03-15 16:40:25','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('Mav_one','NodeRed_one','PRIMARY','2024-03-15 16:40:25','size',1,NULL,'Number of pages in the index'),('Mav_one','TestTable','GEN_CLUST_INDEX','2023-12-14 12:17:23','n_diff_pfx01',0,1,'DB_ROW_ID'),('Mav_one','TestTable','GEN_CLUST_INDEX','2023-12-14 12:17:23','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('Mav_one','TestTable','GEN_CLUST_INDEX','2023-12-14 12:17:23','size',1,NULL,'Number of pages in the index'),('Mav_one','TestTable1','GEN_CLUST_INDEX','2023-12-05 14:01:07','n_diff_pfx01',2,1,'DB_ROW_ID'),('Mav_one','TestTable1','GEN_CLUST_INDEX','2023-12-05 14:01:07','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('Mav_one','TestTable1','GEN_CLUST_INDEX','2023-12-05 14:01:07','size',1,NULL,'Number of pages in the index'),('Mav_one','TestTable2','GEN_CLUST_INDEX','2023-12-05 14:01:09','n_diff_pfx01',2,1,'DB_ROW_ID'),('Mav_one','TestTable2','GEN_CLUST_INDEX','2023-12-05 14:01:09','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('Mav_one','TestTable2','GEN_CLUST_INDEX','2023-12-05 14:01:09','size',1,NULL,'Number of pages in the index'),('Mav_one','TestTable3','GEN_CLUST_INDEX','2023-12-05 14:01:11','n_diff_pfx01',2,1,'DB_ROW_ID'),('Mav_one','TestTable3','GEN_CLUST_INDEX','2023-12-05 14:01:11','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('Mav_one','TestTable3','GEN_CLUST_INDEX','2023-12-05 14:01:11','size',1,NULL,'Number of pages in the index'),('Mav_one','camera_yolo','GEN_CLUST_INDEX','2023-12-19 06:50:35','n_diff_pfx01',3,1,'DB_ROW_ID'),('Mav_one','camera_yolo','GEN_CLUST_INDEX','2023-12-19 06:50:35','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('Mav_one','camera_yolo','GEN_CLUST_INDEX','2023-12-19 06:50:35','size',1,NULL,'Number of pages in the index'),('Mav_one','new_table','GEN_CLUST_INDEX','2023-11-30 20:07:20','n_diff_pfx01',0,1,'DB_ROW_ID'),('Mav_one','new_table','GEN_CLUST_INDEX','2023-11-30 20:07:20','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('Mav_one','new_table','GEN_CLUST_INDEX','2023-11-30 20:07:20','size',1,NULL,'Number of pages in the index'),('mysql','component','PRIMARY','2023-10-29 14:33:29','n_diff_pfx01',0,1,'component_id'),('mysql','component','PRIMARY','2023-10-29 14:33:29','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('mysql','component','PRIMARY','2023-10-29 14:33:29','size',1,NULL,'Number of pages in the index'),('sys','sys_config','PRIMARY','2023-10-29 14:33:29','n_diff_pfx01',6,1,'variable'),('sys','sys_config','PRIMARY','2023-10-29 14:33:29','n_leaf_pages',1,NULL,'Number of leaf pages in the index'),('sys','sys_config','PRIMARY','2023-10-29 14:33:29','size',1,NULL,'Number of pages in the index');
|
|
|
|
|
|
/*!40000 ALTER TABLE `innodb_index_stats` ENABLE KEYS */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `innodb_table_stats`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
/*!40000 ALTER TABLE `innodb_table_stats` DISABLE KEYS */;
|
|
|
|
|
|
INSERT IGNORE INTO `innodb_table_stats` VALUES ('Mav_one','NodeRed_one','2024-03-15 16:40:25',220,1,0),('Mav_one','TestTable','2023-12-14 12:17:23',0,1,0),('Mav_one','TestTable1','2023-12-05 14:01:07',2,1,0),('Mav_one','TestTable2','2023-12-05 14:01:09',2,1,0),('Mav_one','TestTable3','2023-12-05 14:01:11',2,1,0),('Mav_one','camera_yolo','2023-12-19 06:50:35',3,1,0),('Mav_one','new_table','2023-11-30 20:07:20',0,1,0),('mysql','component','2023-10-29 14:33:29',0,1,0),('sys','sys_config','2023-10-29 14:33:29',6,1,0);
|
|
|
|
|
|
/*!40000 ALTER TABLE `innodb_table_stats` ENABLE KEYS */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `password_history`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `password_history`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `password_history` (
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Password_timestamp` timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6),
|
|
|
|
|
|
`Password` text COLLATE utf8_bin,
|
|
|
|
|
|
PRIMARY KEY (`Host`,`User`,`Password_timestamp` DESC)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Password history for user accounts';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `password_history`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `password_history` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `password_history` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `password_history` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `plugin`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `plugin`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `plugin` (
|
|
|
|
|
|
`name` varchar(64) NOT NULL DEFAULT '',
|
|
|
|
|
|
`dl` varchar(128) NOT NULL DEFAULT '',
|
|
|
|
|
|
PRIMARY KEY (`name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='MySQL plugins';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `plugin`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `plugin` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `plugin` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `plugin` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `procs_priv`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `procs_priv`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `procs_priv` (
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Routine_name` char(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Routine_type` enum('FUNCTION','PROCEDURE') COLLATE utf8_bin NOT NULL,
|
|
|
|
|
|
`Grantor` varchar(288) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Proc_priv` set('Execute','Alter Routine','Grant') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
|
|
|
|
|
PRIMARY KEY (`Host`,`Db`,`User`,`Routine_name`,`Routine_type`),
|
|
|
|
|
|
KEY `Grantor` (`Grantor`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Procedure privileges';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `procs_priv`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `procs_priv` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `procs_priv` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `procs_priv` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `proxies_priv`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `proxies_priv`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `proxies_priv` (
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Proxied_host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Proxied_user` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`With_grant` tinyint(1) NOT NULL DEFAULT '0',
|
|
|
|
|
|
`Grantor` varchar(288) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
|
|
|
|
|
PRIMARY KEY (`Host`,`User`,`Proxied_host`,`Proxied_user`),
|
|
|
|
|
|
KEY `Grantor` (`Grantor`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='User proxy privileges';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `proxies_priv`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `proxies_priv` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `proxies_priv` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `proxies_priv` VALUES ('localhost','root','','',1,'boot@','2023-10-29 14:33:29');
|
|
|
|
|
|
/*!40000 ALTER TABLE `proxies_priv` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `replication_asynchronous_connection_failover`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `replication_asynchronous_connection_failover`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `replication_asynchronous_connection_failover` (
|
|
|
|
|
|
`Channel_name` char(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL COMMENT 'The replication channel name that connects source and replica.',
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The source hostname that the replica will attempt to switch over the replication connection to in case of a failure.',
|
|
|
|
|
|
`Port` int unsigned NOT NULL COMMENT 'The source port that the replica will attempt to switch over the replication connection to in case of a failure.',
|
|
|
|
|
|
`Network_namespace` char(64) NOT NULL COMMENT 'The source network namespace that the replica will attempt to switch over the replication connection to in case of a failure. If its value is empty, connections use the default (global) namespace.',
|
|
|
|
|
|
`Weight` tinyint unsigned NOT NULL COMMENT 'The order in which the replica shall try to switch the connection over to when there are failures. Weight can be set to a number between 1 and 100, where 100 is the highest weight and 1 the lowest.',
|
|
|
|
|
|
`Managed_name` char(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT 'The name of the group which this server belongs to.',
|
|
|
|
|
|
PRIMARY KEY (`Channel_name`,`Host`,`Port`,`Network_namespace`,`Managed_name`),
|
|
|
|
|
|
KEY `Channel_name` (`Channel_name`,`Managed_name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='The source configuration details';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `replication_asynchronous_connection_failover`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `replication_asynchronous_connection_failover` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `replication_asynchronous_connection_failover` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `replication_asynchronous_connection_failover` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `replication_asynchronous_connection_failover_managed`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `replication_asynchronous_connection_failover_managed`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `replication_asynchronous_connection_failover_managed` (
|
|
|
|
|
|
`Channel_name` char(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL COMMENT 'The replication channel name that connects source and replica.',
|
|
|
|
|
|
`Managed_name` char(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT 'The name of the source which needs to be managed.',
|
|
|
|
|
|
`Managed_type` char(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '' COMMENT 'Determines the managed type.',
|
|
|
|
|
|
`Configuration` json DEFAULT NULL COMMENT 'The data to help manage group. For Managed_type = GroupReplication, Configuration value should contain {"Primary_weight": 80, "Secondary_weight": 60}, so that it assigns weight=80 to PRIMARY of the group, and weight=60 for rest of the members in mysql.replication_asynchronous_connection_failover table.',
|
|
|
|
|
|
PRIMARY KEY (`Channel_name`,`Managed_name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='The managed source configuration details';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `replication_asynchronous_connection_failover_managed`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `replication_asynchronous_connection_failover_managed` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `replication_asynchronous_connection_failover_managed` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `replication_asynchronous_connection_failover_managed` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `replication_group_configuration_version`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `replication_group_configuration_version`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `replication_group_configuration_version` (
|
|
|
|
|
|
`name` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The configuration name.',
|
|
|
|
|
|
`version` bigint unsigned NOT NULL COMMENT 'The version of the configuration name.',
|
|
|
|
|
|
PRIMARY KEY (`name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='The group configuration version.';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `replication_group_configuration_version`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `replication_group_configuration_version` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `replication_group_configuration_version` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `replication_group_configuration_version` VALUES ('replication_group_member_actions',1);
|
|
|
|
|
|
/*!40000 ALTER TABLE `replication_group_configuration_version` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `replication_group_member_actions`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `replication_group_member_actions`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `replication_group_member_actions` (
|
|
|
|
|
|
`name` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The action name.',
|
|
|
|
|
|
`event` char(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The event that will trigger the action.',
|
|
|
|
|
|
`enabled` tinyint(1) NOT NULL COMMENT 'Whether the action is enabled.',
|
|
|
|
|
|
`type` char(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'The action type.',
|
|
|
|
|
|
`priority` tinyint unsigned NOT NULL COMMENT 'The order on which the action will be run, value between 1 and 100, lower values first.',
|
|
|
|
|
|
`error_handling` char(64) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL COMMENT 'On errors during the action will be handled: IGNORE, CRITICAL.',
|
|
|
|
|
|
PRIMARY KEY (`name`,`event`),
|
|
|
|
|
|
KEY `event` (`event`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='The member actions configuration.';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `replication_group_member_actions`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `replication_group_member_actions` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `replication_group_member_actions` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `replication_group_member_actions` VALUES ('mysql_disable_super_read_only_if_primary','AFTER_PRIMARY_ELECTION',1,'INTERNAL',1,'IGNORE'),('mysql_start_failover_channels_if_primary','AFTER_PRIMARY_ELECTION',1,'INTERNAL',10,'CRITICAL');
|
|
|
|
|
|
/*!40000 ALTER TABLE `replication_group_member_actions` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `role_edges`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `role_edges`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `role_edges` (
|
|
|
|
|
|
`FROM_HOST` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`FROM_USER` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`TO_HOST` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`TO_USER` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`WITH_ADMIN_OPTION` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
PRIMARY KEY (`FROM_HOST`,`FROM_USER`,`TO_HOST`,`TO_USER`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Role hierarchy and role grants';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `role_edges`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `role_edges` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `role_edges` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `role_edges` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `server_cost`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `server_cost`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `server_cost` (
|
|
|
|
|
|
`cost_name` varchar(64) NOT NULL,
|
|
|
|
|
|
`cost_value` float DEFAULT NULL,
|
|
|
|
|
|
`last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
|
|
|
|
|
`comment` varchar(1024) DEFAULT NULL,
|
|
|
|
|
|
`default_value` float GENERATED ALWAYS AS ((case `cost_name` when _utf8mb3'disk_temptable_create_cost' then 20.0 when _utf8mb3'disk_temptable_row_cost' then 0.5 when _utf8mb3'key_compare_cost' then 0.05 when _utf8mb3'memory_temptable_create_cost' then 1.0 when _utf8mb3'memory_temptable_row_cost' then 0.1 when _utf8mb3'row_evaluate_cost' then 0.1 else NULL end)) VIRTUAL,
|
|
|
|
|
|
PRIMARY KEY (`cost_name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC;
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `server_cost`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `server_cost` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `server_cost` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `server_cost` (`cost_name`, `cost_value`, `last_update`, `comment`) VALUES ('disk_temptable_create_cost',NULL,'2023-10-29 14:33:29',NULL),('disk_temptable_row_cost',NULL,'2023-10-29 14:33:29',NULL),('key_compare_cost',NULL,'2023-10-29 14:33:29',NULL),('memory_temptable_create_cost',NULL,'2023-10-29 14:33:29',NULL),('memory_temptable_row_cost',NULL,'2023-10-29 14:33:29',NULL),('row_evaluate_cost',NULL,'2023-10-29 14:33:29',NULL);
|
|
|
|
|
|
/*!40000 ALTER TABLE `server_cost` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `servers`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `servers`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `servers` (
|
|
|
|
|
|
`Server_name` char(64) NOT NULL DEFAULT '',
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Db` char(64) NOT NULL DEFAULT '',
|
|
|
|
|
|
`Username` char(64) NOT NULL DEFAULT '',
|
|
|
|
|
|
`Password` char(64) NOT NULL DEFAULT '',
|
|
|
|
|
|
`Port` int NOT NULL DEFAULT '0',
|
|
|
|
|
|
`Socket` char(64) NOT NULL DEFAULT '',
|
|
|
|
|
|
`Wrapper` char(64) NOT NULL DEFAULT '',
|
|
|
|
|
|
`Owner` char(64) NOT NULL DEFAULT '',
|
|
|
|
|
|
PRIMARY KEY (`Server_name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='MySQL Foreign Servers table';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `servers`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `servers` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `servers` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `servers` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `slave_master_info`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE IF NOT EXISTS `slave_master_info` (
|
|
|
|
|
|
`Number_of_lines` int unsigned NOT NULL COMMENT 'Number of lines in the file.',
|
|
|
|
|
|
`Master_log_name` text CHARACTER SET utf8mb3 COLLATE utf8_bin NOT NULL COMMENT 'The name of the master binary log currently being read from the master.',
|
|
|
|
|
|
`Master_log_pos` bigint unsigned NOT NULL COMMENT 'The master log position of the last read event.',
|
|
|
|
|
|
`Host` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL COMMENT 'The host name of the source.',
|
|
|
|
|
|
`User_name` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The user name used to connect to the master.',
|
|
|
|
|
|
`User_password` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The password used to connect to the master.',
|
|
|
|
|
|
`Port` int unsigned NOT NULL COMMENT 'The network port used to connect to the master.',
|
|
|
|
|
|
`Connect_retry` int unsigned NOT NULL COMMENT 'The period (in seconds) that the slave will wait before trying to reconnect to the master.',
|
|
|
|
|
|
`Enabled_ssl` tinyint(1) NOT NULL COMMENT 'Indicates whether the server supports SSL connections.',
|
|
|
|
|
|
`Ssl_ca` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The file used for the Certificate Authority (CA) certificate.',
|
|
|
|
|
|
`Ssl_capath` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The path to the Certificate Authority (CA) certificates.',
|
|
|
|
|
|
`Ssl_cert` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The name of the SSL certificate file.',
|
|
|
|
|
|
`Ssl_cipher` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The name of the cipher in use for the SSL connection.',
|
|
|
|
|
|
`Ssl_key` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The name of the SSL key file.',
|
|
|
|
|
|
`Ssl_verify_server_cert` tinyint(1) NOT NULL COMMENT 'Whether to verify the server certificate.',
|
|
|
|
|
|
`Heartbeat` float NOT NULL,
|
|
|
|
|
|
`Bind` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'Displays which interface is employed when connecting to the MySQL server',
|
|
|
|
|
|
`Ignored_server_ids` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The number of server IDs to be ignored, followed by the actual server IDs',
|
|
|
|
|
|
`Uuid` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The master server uuid.',
|
|
|
|
|
|
`Retry_count` bigint unsigned NOT NULL COMMENT 'Number of reconnect attempts, to the master, before giving up.',
|
|
|
|
|
|
`Ssl_crl` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The file used for the Certificate Revocation List (CRL)',
|
|
|
|
|
|
`Ssl_crlpath` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The path used for Certificate Revocation List (CRL) files',
|
|
|
|
|
|
`Enabled_auto_position` tinyint(1) NOT NULL COMMENT 'Indicates whether GTIDs will be used to retrieve events from the master.',
|
|
|
|
|
|
`Channel_name` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL COMMENT 'The channel on which the replica is connected to a source. Used in Multisource Replication',
|
|
|
|
|
|
`Tls_version` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'Tls version',
|
|
|
|
|
|
`Public_key_path` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The file containing public key of master server.',
|
|
|
|
|
|
`Get_public_key` tinyint(1) NOT NULL COMMENT 'Preference to get public key from master.',
|
|
|
|
|
|
`Network_namespace` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'Network namespace used for communication with the master server.',
|
|
|
|
|
|
`Master_compression_algorithm` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8_bin NOT NULL COMMENT 'Compression algorithm supported for data transfer between source and replica.',
|
|
|
|
|
|
`Master_zstd_compression_level` int unsigned NOT NULL COMMENT 'Compression level associated with zstd compression algorithm.',
|
|
|
|
|
|
`Tls_ciphersuites` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'Ciphersuites used for TLS 1.3 communication with the master server.',
|
|
|
|
|
|
`Source_connection_auto_failover` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Indicates whether the channel connection failover is enabled.',
|
|
|
|
|
|
`Gtid_only` tinyint(1) NOT NULL DEFAULT '0' COMMENT 'Indicates if this channel only uses GTIDs and does not persist positions.',
|
|
|
|
|
|
PRIMARY KEY (`Channel_name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Master Information';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `slave_relay_log_info`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE IF NOT EXISTS `slave_relay_log_info` (
|
|
|
|
|
|
`Number_of_lines` int unsigned NOT NULL COMMENT 'Number of lines in the file or rows in the table. Used to version table definitions.',
|
|
|
|
|
|
`Relay_log_name` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The name of the current relay log file.',
|
|
|
|
|
|
`Relay_log_pos` bigint unsigned DEFAULT NULL COMMENT 'The relay log position of the last executed event.',
|
|
|
|
|
|
`Master_log_name` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'The name of the master binary log file from which the events in the relay log file were read.',
|
|
|
|
|
|
`Master_log_pos` bigint unsigned DEFAULT NULL COMMENT 'The master log position of the last executed event.',
|
|
|
|
|
|
`Sql_delay` int DEFAULT NULL COMMENT 'The number of seconds that the slave must lag behind the master.',
|
|
|
|
|
|
`Number_of_workers` int unsigned DEFAULT NULL,
|
|
|
|
|
|
`Id` int unsigned DEFAULT NULL COMMENT 'Internal Id that uniquely identifies this record.',
|
|
|
|
|
|
`Channel_name` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL COMMENT 'The channel on which the replica is connected to a source. Used in Multisource Replication',
|
|
|
|
|
|
`Privilege_checks_username` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8_bin DEFAULT NULL COMMENT 'Username part of PRIVILEGE_CHECKS_USER.',
|
|
|
|
|
|
`Privilege_checks_hostname` varchar(255) CHARACTER SET ascii COLLATE ascii_general_ci DEFAULT NULL COMMENT 'Hostname part of PRIVILEGE_CHECKS_USER.',
|
|
|
|
|
|
`Require_row_format` tinyint(1) NOT NULL COMMENT 'Indicates whether the channel shall only accept row based events.',
|
|
|
|
|
|
`Require_table_primary_key_check` enum('STREAM','ON','OFF') NOT NULL DEFAULT 'STREAM' COMMENT 'Indicates what is the channel policy regarding tables having primary keys on create and alter table queries',
|
|
|
|
|
|
`Assign_gtids_to_anonymous_transactions_type` enum('OFF','LOCAL','UUID') NOT NULL DEFAULT 'OFF' COMMENT 'Indicates whether the channel will generate a new GTID for anonymous transactions. OFF means that anonymous transactions will remain anonymous. LOCAL means that anonymous transactions will be assigned a newly generated GTID based on server_uuid. UUID indicates that anonymous transactions will be assigned a newly generated GTID based on Assign_gtids_to_anonymous_transactions_value',
|
|
|
|
|
|
`Assign_gtids_to_anonymous_transactions_value` text CHARACTER SET utf8mb3 COLLATE utf8_bin COMMENT 'Indicates the UUID used while generating GTIDs for anonymous transactions',
|
|
|
|
|
|
PRIMARY KEY (`Channel_name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Relay Log Information';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `slave_worker_info`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `slave_worker_info`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `slave_worker_info` (
|
|
|
|
|
|
`Id` int unsigned NOT NULL,
|
|
|
|
|
|
`Relay_log_name` text CHARACTER SET utf8mb3 COLLATE utf8_bin NOT NULL,
|
|
|
|
|
|
`Relay_log_pos` bigint unsigned NOT NULL,
|
|
|
|
|
|
`Master_log_name` text CHARACTER SET utf8mb3 COLLATE utf8_bin NOT NULL,
|
|
|
|
|
|
`Master_log_pos` bigint unsigned NOT NULL,
|
|
|
|
|
|
`Checkpoint_relay_log_name` text CHARACTER SET utf8mb3 COLLATE utf8_bin NOT NULL,
|
|
|
|
|
|
`Checkpoint_relay_log_pos` bigint unsigned NOT NULL,
|
|
|
|
|
|
`Checkpoint_master_log_name` text CHARACTER SET utf8mb3 COLLATE utf8_bin NOT NULL,
|
|
|
|
|
|
`Checkpoint_master_log_pos` bigint unsigned NOT NULL,
|
|
|
|
|
|
`Checkpoint_seqno` int unsigned NOT NULL,
|
|
|
|
|
|
`Checkpoint_group_size` int unsigned NOT NULL,
|
|
|
|
|
|
`Checkpoint_group_bitmap` blob NOT NULL,
|
|
|
|
|
|
`Channel_name` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL COMMENT 'The channel on which the replica is connected to a source. Used in Multisource Replication',
|
|
|
|
|
|
PRIMARY KEY (`Channel_name`,`Id`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Worker Information';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `slave_worker_info`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `slave_worker_info` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `slave_worker_info` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `slave_worker_info` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `tables_priv`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `tables_priv`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `tables_priv` (
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Db` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Table_name` char(64) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Grantor` varchar(288) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
|
|
|
|
|
`Table_priv` set('Select','Insert','Update','Delete','Create','Drop','Grant','References','Index','Alter','Create View','Show view','Trigger') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`Column_priv` set('Select','Insert','Update','References') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
PRIMARY KEY (`Host`,`Db`,`User`,`Table_name`),
|
|
|
|
|
|
KEY `Grantor` (`Grantor`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Table privileges';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `tables_priv`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `tables_priv` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `tables_priv` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `tables_priv` VALUES ('localhost','mysql','mysql.session','user','boot@','2023-10-29 14:33:29','Select',''),('localhost','sys','mysql.sys','sys_config','root@localhost','2023-10-29 14:33:29','Select','');
|
|
|
|
|
|
/*!40000 ALTER TABLE `tables_priv` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `time_zone`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `time_zone`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `time_zone` (
|
|
|
|
|
|
`Time_zone_id` int unsigned NOT NULL AUTO_INCREMENT,
|
|
|
|
|
|
`Use_leap_seconds` enum('Y','N') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
PRIMARY KEY (`Time_zone_id`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB AUTO_INCREMENT=1784 DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Time zones';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `time_zone`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `time_zone` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `time_zone` VALUES (1,'N'),(2,'N'),(3,'N'),(4,'N'),(5,'N'),(6,'N'),(7,'N'),(8,'N'),(9,'N'),(10,'N'),(11,'N'),(12,'N'),(13,'N'),(14,'N'),(15,'N'),(16,'N'),(17,'N'),(18,'N'),(19,'N'),(20,'N'),(21,'N'),(22,'N'),(23,'N'),(24,'N'),(25,'N'),(26,'N'),(27,'N'),(28,'N'),(29,'N'),(30,'N'),(31,'N'),(32,'N'),(33,'N'),(34,'N'),(35,'N'),(36,'N'),(37,'N'),(38,'N'),(39,'N'),(40,'N'),(41,'N'),(42,'N'),(43,'N'),(44,'N'),(45,'N'),(46,'N'),(47,'N'),(48,'N'),(49,'N'),(50,'N'),(51,'N'),(52,'N'),(53,'N'),(54,'N'),(55,'N'),(56,'N'),(57,'N'),(58,'N'),(59,'N'),(60,'N'),(61,'N'),(62,'N'),(63,'N'),(64,'N'),(65,'N'),(66,'N'),(67,'N'),(68,'N'),(69,'N'),(70,'N'),(71,'N'),(72,'N'),(73,'N'),(74,'N'),(75,'N'),(76,'N'),(77,'N'),(78,'N'),(79,'N'),(80,'N'),(81,'N'),(82,'N'),(83,'N'),(84,'N'),(85,'N'),(86,'N'),(87,'N'),(88,'N'),(89,'N'),(90,'N'),(91,'N'),(92,'N'),(93,'N'),(94,'N'),(95,'N'),(96,'N'),(97,'N'),(98,'N'),(99,'N'),(100,'N'),(101,'N'),(102,'N'),(103,'N'),(104,'N'),(105,'N'),(106,'N'),(107,'N'),(108,'N'),(109,'N'),(110,'N'),(111,'N'),(112,'N'),(113,'N'),(114,'N'),(115,'N'),(116,'N'),(117,'N'),(118,'N'),(119,'N'),(120,'N'),(121,'N'),(122,'N'),(123,'N'),(124,'N'),(125,'N'),(126,'N'),(127,'N'),(128,'N'),(129,'N'),(130,'N'),(131,'N'),(132,'N'),(133,'N'),(134,'N'),(135,'N'),(136,'N'),(137,'N'),(138,'N'),(139,'N'),(140,'N'),(141,'N'),(142,'N'),(143,'N'),(144,'N'),(145,'N'),(146,'N'),(147,'N'),(148,'N'),(149,'N'),(150,'N'),(151,'N'),(152,'N'),(153,'N'),(154,'N'),(155,'N'),(156,'N'),(157,'N'),(158,'N'),(159,'N'),(160,'N'),(161,'N'),(162,'N'),(163,'N'),(164,'N'),(165,'N'),(166,'N'),(167,'N'),(168,'N'),(169,'N'),(170,'N'),(171,'N'),(172,'N'),(173,'N'),(174,'N'),(175,'N'),(176,'N'),(177,'N'),(178,'N'),(179,'N'),(180,'N'),(181,'N'),(182,'N'),(183,'N'),(184,'N'),(185,'N'),(186,'N'),(187,'N'),(188,'N'),(189,'N'),(190,'N'),(191,'N'),(192,'N'),(193,'N'),(194,'N'),(195,'N'),(196,'N'),(197,'N'),(198,'N'),(199,'N'),(200,'N'),(201,'N'),(202,'N'),(203,'N'),(204,'N'),(205,'N'),(206,'N'),(207,'N'),(208,'N'),(209,'N'),(210,'N'),(211,'N'),(212,'N'),(213,'N'),(214,'N'),(215,'N'),(216,'N'),(217,'N'),(218,'N'),(219,'N'),(220,'N'),(221,'N'),(222,'N'),(223,'N'),(224,'N'),(225,'N'),(226,'N'),(227,'N'),(228,'N'),(229,'N'),(230,'N'),(231,'N'),(232,'N'),(233,'N'),(234,'N'),(235,'N'),(236,'N'),(237,'N'),(238,'N'),(239,'N'),(240,'N'),(241,'N'),(242,'N'),(243,'N'),(244,'N'),(245,'N'),(246,'N'),(247,'N'),(248,'N'),(249,'N'),(250,'N'),(251,'N'),(252,'N'),(253,'N'),(254,'N'),(255,'N'),(256,'N'),(257,'N'),(258,'N'),(259,'N'),(260,'N'),(261,'N'),(262,'N'),(263,'N'),(264,'N'),(265,'N'),(266,'N'),(267,'N'),(268,'N'),(269,'N'),(270,'N'),(271,'N'),(272,'N'),(273,'N'),(274,'N'),(275,'N'),(276,'N'),(277,'N'),(278,'N'),(279,'N'),(280,'N'),(281,'N'),(282,'N'),(283,'N'),(284,'N'),(285,'N'),(286,'N'),(287,'N'),(288,'N'),(289,'N'),(290,'N'),(291,'N'),(292,'N'),(293,'N'),(294,'N'),(295,'N'),(296,'N'),(297,'N'),(298,'N'),(299,'N'),(300,'N'),(301,'N'),(302,'N'),(303,'N'),(304,'N'),(305,'N'),(306,'N'),(307,'N'),(308,'N'),(309,'N'),(310,'N'),(311,'N'),(312,'N'),(313,'N'),(314,'N'),(315,'N'),(316,'N'),(317,'N'),(318,'N'),(319,'N'),(320,'N'),(321,'N'),(322,'N'),(323,'N'),(324,'N'),(325,'N'),(326,'N'),(327,'N'),(328,'N'),(329,'N'),(330,'N'),(331,'N'),(332,'N'),(333,'N'),(334,'N'),(335,'N'),(336,'N'),(337,'N'),(338,'N'),(339,'N'),(340,'N'),(341,'N'),(342,'N'),(343,'N'),(344,'N'),(345,'N'),(346,'N'),(347,'N'),(348,'N'),(349,'N'),(350,'N'),(351,'N'),(352,'N'),(353,'N'),(354,'N'),(355,'N'),(356,'N'),(357,'N'),(358,'N'),(359,'N'),(360,'N'),(361,'N'),(362,'N'),(363,'N'),(364,'N'),(365,'N'),(366,'N'),(367,'N'),(368,'N'),(369,'N'),(370,'N'),(371,'N'),(372,'N'),(373,'N'),(374,'N'),(375,'N'),(376,'N'),(377,'N'),(378,'N'),(379,'N'),(380,'N'),(381,'N'),(382,'N'),(383,'N'),(384,'N'),(385,'N'),(386,'N'),(387,'N'),(388,'N'),(389,'N'),(390,'N'),(391,'N'),(392,'N'),(393,'N'),(394,'N'),(395,'N'),(396,'N'),(397,'N'),(398,'N'),(399,'N'),(400,'N'),(401,'N'),(402,'N'),(403,'N'),(404,'N'),(405,'N'),(406,'N'),(407,'N'),(408,'N'),(409,'N'),(410,'N'),(411,'N'),(412,'N'),(413,'N'),(414,'N'),(415,'N'),(416,'N'),(417,'N'),(4
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `time_zone_leap_second`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `time_zone_leap_second`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `time_zone_leap_second` (
|
|
|
|
|
|
`Transition_time` bigint NOT NULL,
|
|
|
|
|
|
`Correction` int NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`Transition_time`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Leap seconds information for time zones';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `time_zone_leap_second`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `time_zone_leap_second` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone_leap_second` DISABLE KEYS */;
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone_leap_second` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `time_zone_name`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `time_zone_name`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `time_zone_name` (
|
|
|
|
|
|
`Name` char(64) NOT NULL,
|
|
|
|
|
|
`Time_zone_id` int unsigned NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`Name`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Time zone names';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `time_zone_name`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `time_zone_name` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone_name` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `time_zone_name` VALUES ('Africa/Abidjan',1),('Africa/Accra',2),('Africa/Addis_Ababa',3),('Africa/Algiers',4),('Africa/Asmara',5),('Africa/Asmera',6),('Africa/Bamako',7),('Africa/Bangui',8),('Africa/Banjul',9),('Africa/Bissau',10),('Africa/Blantyre',11),('Africa/Brazzaville',12),('Africa/Bujumbura',13),('Africa/Cairo',14),('Africa/Casablanca',15),('Africa/Ceuta',16),('Africa/Conakry',17),('Africa/Dakar',18),('Africa/Dar_es_Salaam',19),('Africa/Djibouti',20),('Africa/Douala',21),('Africa/El_Aaiun',22),('Africa/Freetown',23),('Africa/Gaborone',24),('Africa/Harare',25),('Africa/Johannesburg',26),('Africa/Juba',27),('Africa/Kampala',28),('Africa/Khartoum',29),('Africa/Kigali',30),('Africa/Kinshasa',31),('Africa/Lagos',32),('Africa/Libreville',33),('Africa/Lome',34),('Africa/Luanda',35),('Africa/Lubumbashi',36),('Africa/Lusaka',37),('Africa/Malabo',38),('Africa/Maputo',39),('Africa/Maseru',40),('Africa/Mbabane',41),('Africa/Mogadishu',42),('Africa/Monrovia',43),('Africa/Nairobi',44),('Africa/Ndjamena',45),('Africa/Niamey',46),('Africa/Nouakchott',47),('Africa/Ouagadougou',48),('Africa/Porto-Novo',49),('Africa/Sao_Tome',50),('Africa/Timbuktu',51),('Africa/Tripoli',52),('Africa/Tunis',53),('Africa/Windhoek',54),('America/Adak',55),('America/Anchorage',56),('America/Anguilla',57),('America/Antigua',58),('America/Araguaina',59),('America/Argentina/Buenos_Aires',60),('America/Argentina/Catamarca',61),('America/Argentina/ComodRivadavia',62),('America/Argentina/Cordoba',63),('America/Argentina/Jujuy',64),('America/Argentina/La_Rioja',65),('America/Argentina/Mendoza',66),('America/Argentina/Rio_Gallegos',67),('America/Argentina/Salta',68),('America/Argentina/San_Juan',69),('America/Argentina/San_Luis',70),('America/Argentina/Tucuman',71),('America/Argentina/Ushuaia',72),('America/Aruba',73),('America/Asuncion',74),('America/Atikokan',75),('America/Atka',76),('America/Bahia',77),('America/Bahia_Banderas',78),('America/Barbados',79),('America/Belem',80),('America/Belize',81),('America/Blanc-Sablon',82),('America/Boa_Vista',83),('America/Bogota',84),('America/Boise',85),('America/Buenos_Aires',86),('America/Cambridge_Bay',87),('America/Campo_Grande',88),('America/Cancun',89),('America/Caracas',90),('America/Catamarca',91),('America/Cayenne',92),('America/Cayman',93),('America/Chicago',94),('America/Chihuahua',95),('America/Coral_Harbour',96),('America/Cordoba',97),('America/Costa_Rica',98),('America/Creston',99),('America/Cuiaba',100),('America/Curacao',101),('America/Danmarkshavn',102),('America/Dawson',103),('America/Dawson_Creek',104),('America/Denver',105),('America/Detroit',106),('America/Dominica',107),('America/Edmonton',108),('America/Eirunepe',109),('America/El_Salvador',110),('America/Ensenada',111),('America/Fortaleza',114),('America/Fort_Nelson',112),('America/Fort_Wayne',113),('America/Glace_Bay',115),('America/Godthab',116),('America/Goose_Bay',117),('America/Grand_Turk',118),('America/Grenada',119),('America/Guadeloupe',120),('America/Guatemala',121),('America/Guayaquil',122),('America/Guyana',123),('America/Halifax',124),('America/Havana',125),('America/Hermosillo',126),('America/Indiana/Indianapolis',127),('America/Indiana/Knox',128),('America/Indiana/Marengo',129),('America/Indiana/Petersburg',130),('America/Indiana/Tell_City',131),('America/Indiana/Vevay',132),('America/Indiana/Vincennes',133),('America/Indiana/Winamac',134),('America/Indianapolis',135),('America/Inuvik',136),('America/Iqaluit',137),('America/Jamaica',138),('America/Jujuy',139),('America/Juneau',140),('America/Kentucky/Louisville',141),('America/Kentucky/Monticello',142),('America/Knox_IN',143),('America/Kralendijk',144),('America/La_Paz',145),('America/Lima',146),('America/Los_Angeles',147),('America/Louisville',148),('America/Lower_Princes',149),('America/Maceio',150),('America/Managua',151),('America/Manaus',152),('America/Marigot',153),('America/Martinique',154),('America/Matamoros',155),('America/Mazatlan',156),('America/Mendoza',157),('America/Menominee',158),('America/Merida',159),('America/Metlakatla',160),('America/Mexico_City',1
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone_name` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `time_zone_transition`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `time_zone_transition`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `time_zone_transition` (
|
|
|
|
|
|
`Time_zone_id` int unsigned NOT NULL,
|
|
|
|
|
|
`Transition_time` bigint NOT NULL,
|
|
|
|
|
|
`Transition_type_id` int unsigned NOT NULL,
|
|
|
|
|
|
PRIMARY KEY (`Time_zone_id`,`Transition_time`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Time zone transitions';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `time_zone_transition`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `time_zone_transition` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone_transition` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `time_zone_transition` VALUES (1,-2147483648,0),(1,-1830383032,1),(2,-2147483648,0),(2,-1830383032,1),(3,-2147483648,0),(3,-1946168836,1),(3,-1309746600,2),(3,-1261969200,1),(3,-1041388200,3),(3,-865305900,2),(4,-2147483648,1),(4,-1855958961,4),(4,-1689814800,2),(4,-1680397200,3),(4,-1665363600,2),(4,-1648342800,3),(4,-1635123600,2),(4,-1616893200,3),(4,-1604278800,2),(4,-1585443600,3),(4,-1574038800,2),(4,-1552266000,3),(4,-1539997200,2),(4,-1531443600,3),(4,-956365200,2),(4,-950486400,4),(4,-942012000,6),(4,-812502000,5),(4,-796262400,6),(4,-781052400,5),(4,-766630800,6),(4,-733280400,4),(4,-439430400,6),(4,-212029200,4),(4,41468400,2),(4,54774000,3),(4,231724800,7),(4,246236400,6),(4,259545600,5),(4,275274000,6),(4,309740400,4),(4,325468800,7),(4,341802000,4),(4,357523200,6),(5,-2147483648,0),(5,-1946168836,1),(5,-1309746600,2),(5,-1261969200,1),(5,-1041388200,3),(5,-865305900,2),(6,-2147483648,0),(6,-1946168836,1),(6,-1309746600,2),(6,-1261969200,1),(6,-1041388200,3),(6,-865305900,2),(7,-2147483648,0),(7,-1830383032,1),(8,-2147483648,0),(8,-2035584815,1),(8,-1940889600,0),(8,-1767226415,2),(8,-1588465800,3),(9,-2147483648,0),(9,-1830383032,1),(10,-2147483648,0),(10,-1830380400,1),(10,157770000,2),(11,-2147483648,0),(11,-2109291020,1),(12,-2147483648,0),(12,-2035584815,1),(12,-1940889600,0),(12,-1767226415,2),(12,-1588465800,3),(13,-2147483648,0),(13,-2109291020,1),(14,-2147483648,2),(14,-929844000,1),(14,-923108400,2),(14,-906170400,1),(14,-892868400,2),(14,-875844000,1),(14,-857790000,2),(14,-844308000,1),(14,-825822000,2),(14,-812685600,1),(14,-794199600,2),(14,-779853600,1),(14,-762663600,2),(14,-399088800,1),(14,-386650800,2),(14,-368330400,1),(14,-355114800,2),(14,-336790800,1),(14,-323654400,2),(14,-305168400,1),(14,-292032000,2),(14,-273632400,1),(14,-260496000,2),(14,-242096400,1),(14,-228960000,2),(14,-210560400,1),(14,-197424000,2),(14,-178938000,1),(14,-165801600,2),(14,-147402000,1),(14,-134265600,2),(14,-115866000,1),(14,-102643200,2),(14,-84330000,1),(14,-71107200,2),(14,-52707600,1),(14,-39484800,2),(14,-21171600,1),(14,-7948800,2),(14,10364400,1),(14,23587200,2),(14,41900400,1),(14,55123200,2),(14,73522800,1),(14,86745600,2),(14,105058800,1),(14,118281600,2),(14,136594800,1),(14,149817600,2),(14,168130800,1),(14,181353600,2),(14,199753200,1),(14,212976000,2),(14,231289200,1),(14,244512000,2),(14,262825200,1),(14,276048000,2),(14,294361200,1),(14,307584000,2),(14,325983600,1),(14,339206400,2),(14,357519600,1),(14,370742400,2),(14,396399600,1),(14,402278400,2),(14,426812400,1),(14,433814400,2),(14,452214000,1),(14,465436800,2),(14,483750000,1),(14,496972800,2),(14,515286000,1),(14,528508800,2),(14,546822000,1),(14,560044800,2),(14,578444400,1),(14,591667200,2),(14,610412400,1),(14,623203200,2),(14,641516400,1),(14,654739200,2),(14,673052400,1),(14,686275200,2),(14,704674800,1),(14,717897600,2),(14,736210800,1),(14,749433600,2),(14,767746800,1),(14,780969600,2),(14,799020000,3),(14,812322000,2),(14,830469600,3),(14,843771600,2),(14,861919200,3),(14,875221200,2),(14,893368800,3),(14,906670800,2),(14,925423200,3),(14,938725200,2),(14,956872800,3),(14,970174800,2),(14,988322400,3),(14,1001624400,2),(14,1019772000,3),(14,1033074000,2),(14,1051221600,3),(14,1064523600,2),(14,1083276000,3),(14,1096578000,2),(14,1114725600,3),(14,1128027600,2),(14,1146175200,3),(14,1158872400,2),(14,1177624800,3),(14,1189112400,2),(14,1209074400,3),(14,1219957200,2),(14,1240524000,3),(14,1250802000,2),(14,1272578400,3),(14,1281474000,2),(14,1284069600,1),(14,1285880400,2),(14,1400191200,1),(14,1403816400,2),(14,1406844000,1),(14,1411678800,2),(15,-2147483648,0),(15,-1773012580,2),(15,-956361600,1),(15,-950490000,2),(15,-942019200,1),(15,-761187600,2),(15,-617241600,1),(15,-605149200,2),(15,-81432000,1),(15,-71110800,2),(15,141264000,1),(15,147222000,2),(15,199756800,1),(15,207702000,2),(15,231292800,1),(15,244249200,2),(15,265507200,1),(15,271033200,2),(15,448243200,3),(15,504918000,2),(15,1212278400,1),(15,1220223600,2),(15,1243814400,1),(15,1250809200,2),(15,1272758400,1),(15,1281222000,2),(15,1301788800,1),(15,1
|
|
|
|
|
|
INSERT INTO `time_zone_transition` VALUES (796,162381600,4),(796,183546000,1),(796,199274400,4),(796,215600400,1),(796,230724000,4),(796,247050000,1),(796,262778400,4),(796,278499600,1),(796,294228000,4),(796,309949200,1),(796,325677600,4),(796,341398800,1),(796,357127200,4),(796,372848400,1),(796,388576800,4),(796,404902800,1),(796,420026400,4),(796,436352400,5),(796,439030800,7),(796,452084400,6),(796,467805600,7),(796,483534000,6),(796,499255200,7),(796,514983600,6),(796,530704800,7),(796,544618800,6),(796,562154400,7),(796,576068400,6),(796,594208800,7),(796,607518000,6),(796,625658400,7),(796,638967600,6),(796,657108000,7),(796,671022000,6),(796,688557600,7),(796,702471600,6),(796,720007200,7),(796,733921200,6),(796,752061600,7),(796,765370800,6),(796,783511200,7),(796,796820400,6),(796,814960800,7),(796,828874800,6),(796,846410400,7),(796,860324400,6),(796,877860000,7),(796,891774000,6),(796,909309600,7),(796,923223600,6),(796,941364000,7),(796,954673200,6),(796,972813600,7),(796,986122800,6),(796,1004263200,7),(796,1018177200,6),(796,1035712800,7),(796,1049626800,6),(796,1067162400,7),(796,1081076400,6),(796,1099216800,7),(796,1112526000,6),(796,1130666400,7),(796,1143975600,6),(796,1162116000,7),(796,1173610800,6),(796,1194170400,7),(796,1205060400,6),(796,1225620000,7),(796,1236510000,6),(796,1257069600,7),(796,1268564400,6),(796,1289124000,7),(796,1300014000,6),(796,1320573600,7),(796,1331463600,6),(796,1352023200,7),(796,1362913200,6),(796,1383472800,7),(796,1394362800,6),(796,1414922400,7),(796,1425812400,6),(796,1446372000,7),(796,1457866800,6),(796,1478426400,7),(796,1489316400,6),(796,1509876000,7),(796,1520766000,6),(796,1541325600,7),(796,1552215600,6),(796,1572775200,7),(796,1583665200,6),(796,1604224800,7),(796,1615719600,6),(796,1636279200,7),(796,1647169200,6),(796,1667728800,7),(796,1678618800,6),(796,1699178400,7),(796,1710068400,6),(796,1730628000,7),(796,1741518000,6),(796,1762077600,7),(796,1772967600,6),(796,1793527200,7),(796,1805022000,6),(796,1825581600,7),(796,1836471600,6),(796,1857031200,7),(796,1867921200,6),(796,1888480800,7),(796,1899370800,6),(796,1919930400,7),(796,1930820400,6),(796,1951380000,7),(796,1962874800,6),(796,1983434400,7),(796,1994324400,6),(796,2014884000,7),(796,2025774000,6),(796,2046333600,7),(796,2057223600,6),(796,2077783200,7),(796,2088673200,6),(796,2109232800,7),(796,2120122800,6),(796,2140682400,7),(797,-2147483648,1),(797,-873057600,3),(797,-769395600,2),(797,-765399600,1),(798,-2147483648,2),(798,-1664130548,1),(798,-1650137348,2),(798,-1632076148,1),(798,-1615145348,2),(798,-1598650148,1),(798,-1590100148,2),(798,-1567286948,1),(798,-1551565748,2),(798,-1535837348,1),(798,-1520116148,2),(798,-1503782948,1),(798,-1488666548,2),(798,-1472333348,1),(798,-1457216948,2),(798,-1440883748,1),(798,-1425767348,2),(798,-1409434148,1),(798,-1394317748,2),(798,-1377984548,1),(798,-1362263348,2),(798,-1346534948,1),(798,-1330813748,2),(798,-1314480548,1),(798,-1299364148,2),(798,-1283030948,1),(798,-1267914548,2),(798,-1251581348,1),(798,-1236464948,2),(798,-1220131748,1),(798,-1205015348,2),(798,-1188682148,1),(798,-1172960948,2),(798,-1156627748,1),(798,-1141511348,2),(798,-1125178148,1),(798,-1110061748,2),(798,-1096921748,4),(798,-1093728600,3),(798,-1078612200,4),(798,-1061670600,3),(798,-1048973400,4),(798,-1030221000,3),(798,-1017523800,4),(798,-998771400,3),(798,-986074200,4),(798,-966717000,3),(798,-954624600,4),(798,-935267400,3),(798,-922570200,4),(798,-903817800,3),(798,-891120600,4),(798,-872368200,6),(798,-769395600,5),(798,-765401400,4),(798,-746044200,3),(798,-733347000,4),(798,-714594600,3),(798,-701897400,4),(798,-683145000,3),(798,-670447800,4),(798,-651695400,3),(798,-638998200,4),(798,-619641000,3),(798,-606943800,4),(798,-589401000,3),(798,-576099000,4),(798,-557951400,3),(798,-544649400,4),(798,-526501800,3),(798,-513199800,4),(798,-495052200,3),(798,-481750200,4),(798,-463602600,3),(798,-450300600,4),(798,-431548200,3),(798,-418246200,4),(798,-400098600,3),(798,-386796600,4),(798,-368649000,3),(798,-355347000,4),(798,-337199400,3),(798,-323897400
|
|
|
|
|
|
INSERT INTO `time_zone_transition` VALUES (1560,1476586826,1),(1560,1487469627,2),(1560,1508036427,1),(1560,1518919227,2),(1560,1541300427,1),(1560,1550368827,2),(1561,-2147483648,0),(1561,-1767211196,2),(1561,-1206954000,1),(1561,-1191358800,2),(1561,-1175371200,1),(1561,-1159822800,2),(1561,-633816000,1),(1561,-622065600,2),(1561,-602280000,1),(1561,-591829200,2),(1561,-570744000,1),(1561,-560206800,2),(1561,-539121600,1),(1561,-531349200,2),(1561,-191361600,1),(1561,-184194000,2),(1561,-155160000,1),(1561,-150066000,2),(1561,-128894400,1),(1561,-121122000,2),(1561,-99950400,1),(1561,-89586000,2),(1561,-68414400,1),(1561,-57963600,2),(1561,499752013,1),(1561,511239613,2),(1561,530596813,1),(1561,540270013,2),(1561,562132813,1),(1561,571201214,2),(1561,750830418,1),(1561,761713218,2),(1562,-1693706400,0),(1562,-1680483600,1),(1562,-1663455600,2),(1562,-1650150000,3),(1562,-1632006000,2),(1562,-1618700400,3),(1562,-938905200,2),(1562,-857257200,3),(1562,-844556400,2),(1562,-828226800,3),(1562,-812502000,2),(1562,-796777200,3),(1562,-781052400,2),(1562,-766623600,3),(1562,228877206,2),(1562,243997206,3),(1562,260326807,2),(1562,276051607,3),(1562,291776408,2),(1562,307501208,3),(1562,323830809,2),(1562,338950809,3),(1562,354675609,2),(1562,370400410,3),(1562,386125210,2),(1562,401850011,3),(1562,417574811,2),(1562,433299612,3),(1562,449024412,2),(1562,465354012,3),(1562,481078812,2),(1562,496803613,3),(1562,512528413,2),(1562,528253213,3),(1562,543978013,2),(1562,559702813,3),(1562,575427614,2),(1562,591152414,3),(1562,606877214,2),(1562,622602014,3),(1562,638326815,2),(1562,654656415,3),(1562,670381216,2),(1562,686106016,3),(1562,701830816,2),(1562,717555617,3),(1562,733280417,2),(1562,749005218,3),(1562,764730018,2),(1562,780454819,3),(1562,796179619,2),(1562,811904419,3),(1562,828234020,2),(1562,846378020,3),(1562,859683620,2),(1562,877827621,3),(1562,891133221,2),(1562,909277221,3),(1562,922582822,2),(1562,941331622,3),(1562,954032422,2),(1562,972781222,3),(1562,985482022,2),(1562,1004230822,3),(1562,1017536422,2),(1562,1035680422,3),(1562,1048986022,2),(1562,1067130022,3),(1562,1080435622,2),(1562,1099184422,3),(1562,1111885222,2),(1562,1130634022,3),(1562,1143334823,2),(1562,1162083623,3),(1562,1174784423,2),(1562,1193533223,3),(1562,1206838823,2),(1562,1224982823,3),(1562,1238288424,2),(1562,1256432424,3),(1562,1269738024,2),(1562,1288486824,3),(1562,1301187624,2),(1562,1319936424,3),(1562,1332637224,2),(1562,1351386025,3),(1562,1364691625,2),(1562,1382835625,3),(1562,1396141225,2),(1562,1414285225,3),(1562,1427590825,2),(1562,1445734826,3),(1562,1459040426,2),(1562,1477789226,3),(1562,1490490027,2),(1562,1509238827,3),(1562,1521939627,2),(1562,1540688427,3),(1562,1553994027,2),(1562,1572138027,3),(1562,1585443627,2),(1562,1603587627,3),(1562,1616893227,2),(1562,1635642027,3),(1562,1648342827,2),(1562,1667091627,3),(1562,1679792427,2),(1562,1698541227,3),(1562,1711846827,2),(1562,1729990827,3),(1562,1743296427,2),(1562,1761440427,3),(1562,1774746027,2),(1562,1792890027,3),(1562,1806195627,2),(1562,1824944427,3),(1562,1837645227,2),(1562,1856394027,3),(1562,1869094827,2),(1562,1887843627,3),(1562,1901149227,2),(1562,1919293227,3),(1562,1932598827,2),(1562,1950742827,3),(1562,1964048427,2),(1562,1982797227,3),(1562,1995498027,2),(1562,2014246827,3),(1562,2026947627,2),(1562,2045696427,3),(1562,2058397227,2),(1562,2077146027,3),(1562,2090451627,2),(1562,2108595627,3),(1562,2121901227,2),(1562,2140045227,3),(1563,-1633276800,0),(1563,-1615136400,1),(1563,-1601827200,0),(1563,-1583686800,1),(1563,-880214400,2),(1563,-769395600,3),(1563,-765392400,1),(1563,-84384000,0),(1563,-68662800,1),(1563,-52934400,0),(1563,-37213200,1),(1563,-21484800,0),(1563,-5763600,1),(1563,9964800,0),(1563,25686000,1),(1563,41414400,0),(1563,57740400,1),(1563,73468800,0),(1563,89190001,1),(1563,104918402,0),(1563,120639602,1),(1563,126691203,0),(1563,152089203,1),(1563,162374404,0),(1563,183538804,1),(1563,199267205,0),(1563,215593205,1),(1563,230716806,0),(1563,247042806,1),(1563,262771207,0),(1563,278492407,1),(1563,294220808,0),(1563,30994
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone_transition` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `time_zone_transition_type`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `time_zone_transition_type`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `time_zone_transition_type` (
|
|
|
|
|
|
`Time_zone_id` int unsigned NOT NULL,
|
|
|
|
|
|
`Transition_type_id` int unsigned NOT NULL,
|
|
|
|
|
|
`Offset` int NOT NULL DEFAULT '0',
|
|
|
|
|
|
`Is_DST` tinyint unsigned NOT NULL DEFAULT '0',
|
|
|
|
|
|
`Abbreviation` char(8) NOT NULL DEFAULT '',
|
|
|
|
|
|
PRIMARY KEY (`Time_zone_id`,`Transition_type_id`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Time zone transition types';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `time_zone_transition_type`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `time_zone_transition_type` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone_transition_type` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `time_zone_transition_type` VALUES (1,0,-968,0,'LMT'),(1,1,0,0,'GMT'),(2,0,-968,0,'LMT'),(2,1,0,0,'GMT'),(3,0,8836,0,'LMT'),(3,1,9000,0,'+0230'),(3,2,10800,0,'EAT'),(3,3,9900,0,'+0245'),(3,4,10800,0,'EAT'),(4,0,732,0,'LMT'),(4,1,561,0,'PMT'),(4,2,3600,1,'WEST'),(4,3,0,0,'WET'),(4,4,0,0,'WET'),(4,5,7200,1,'CEST'),(4,6,3600,0,'CET'),(4,7,3600,1,'WEST'),(5,0,8836,0,'LMT'),(5,1,9000,0,'+0230'),(5,2,10800,0,'EAT'),(5,3,9900,0,'+0245'),(5,4,10800,0,'EAT'),(6,0,8836,0,'LMT'),(6,1,9000,0,'+0230'),(6,2,10800,0,'EAT'),(6,3,9900,0,'+0245'),(6,4,10800,0,'EAT'),(7,0,-968,0,'LMT'),(7,1,0,0,'GMT'),(8,0,815,0,'LMT'),(8,1,0,0,'GMT'),(8,2,1800,0,'+0030'),(8,3,3600,0,'WAT'),(9,0,-968,0,'LMT'),(9,1,0,0,'GMT'),(10,0,-3740,0,'LMT'),(10,1,-3600,0,'-01'),(10,2,0,0,'GMT'),(11,0,7820,0,'LMT'),(11,1,7200,0,'CAT'),(12,0,815,0,'LMT'),(12,1,0,0,'GMT'),(12,2,1800,0,'+0030'),(12,3,3600,0,'WAT'),(13,0,7820,0,'LMT'),(13,1,7200,0,'CAT'),(14,0,7509,0,'LMT'),(14,1,10800,1,'EEST'),(14,2,7200,0,'EET'),(14,3,10800,1,'EEST'),(15,0,-1820,0,'LMT'),(15,1,3600,1,'+01'),(15,2,0,0,'+00'),(15,3,3600,0,'+01'),(15,4,0,0,'+00'),(16,0,-1276,0,'LMT'),(16,1,0,0,'WET'),(16,2,3600,1,'WEST'),(16,3,0,0,'WET'),(16,4,3600,0,'CET'),(16,5,7200,1,'CEST'),(16,6,3600,0,'CET'),(17,0,-968,0,'LMT'),(17,1,0,0,'GMT'),(18,0,-968,0,'LMT'),(18,1,0,0,'GMT'),(19,0,8836,0,'LMT'),(19,1,9000,0,'+0230'),(19,2,10800,0,'EAT'),(19,3,9900,0,'+0245'),(19,4,10800,0,'EAT'),(20,0,8836,0,'LMT'),(20,1,9000,0,'+0230'),(20,2,10800,0,'EAT'),(20,3,9900,0,'+0245'),(20,4,10800,0,'EAT'),(21,0,815,0,'LMT'),(21,1,0,0,'GMT'),(21,2,1800,0,'+0030'),(21,3,3600,0,'WAT'),(22,0,-3168,0,'LMT'),(22,1,-3600,0,'-01'),(22,2,3600,1,'+01'),(22,3,0,0,'+00'),(23,0,-968,0,'LMT'),(23,1,0,0,'GMT'),(24,0,7820,0,'LMT'),(24,1,7200,0,'CAT'),(25,0,7820,0,'LMT'),(25,1,7200,0,'CAT'),(26,0,6720,0,'LMT'),(26,1,5400,0,'SAST'),(26,2,10800,1,'SAST'),(26,3,7200,0,'SAST'),(27,0,7588,0,'LMT'),(27,1,10800,1,'CAST'),(27,2,7200,0,'CAT'),(27,3,10800,0,'EAT'),(27,4,7200,0,'CAT'),(28,0,8836,0,'LMT'),(28,1,9000,0,'+0230'),(28,2,10800,0,'EAT'),(28,3,9900,0,'+0245'),(28,4,10800,0,'EAT'),(29,0,7808,0,'LMT'),(29,1,10800,1,'CAST'),(29,2,7200,0,'CAT'),(29,3,10800,0,'EAT'),(29,4,7200,0,'CAT'),(30,0,7820,0,'LMT'),(30,1,7200,0,'CAT'),(31,0,815,0,'LMT'),(31,1,0,0,'GMT'),(31,2,1800,0,'+0030'),(31,3,3600,0,'WAT'),(32,0,815,0,'LMT'),(32,1,0,0,'GMT'),(32,2,1800,0,'+0030'),(32,3,3600,0,'WAT'),(33,0,815,0,'LMT'),(33,1,0,0,'GMT'),(33,2,1800,0,'+0030'),(33,3,3600,0,'WAT'),(34,0,-968,0,'LMT'),(34,1,0,0,'GMT'),(35,0,815,0,'LMT'),(35,1,0,0,'GMT'),(35,2,1800,0,'+0030'),(35,3,3600,0,'WAT'),(36,0,7820,0,'LMT'),(36,1,7200,0,'CAT'),(37,0,7820,0,'LMT'),(37,1,7200,0,'CAT'),(38,0,815,0,'LMT'),(38,1,0,0,'GMT'),(38,2,1800,0,'+0030'),(38,3,3600,0,'WAT'),(39,0,7820,0,'LMT'),(39,1,7200,0,'CAT'),(40,0,6720,0,'LMT'),(40,1,5400,0,'SAST'),(40,2,10800,1,'SAST'),(40,3,7200,0,'SAST'),(41,0,6720,0,'LMT'),(41,1,5400,0,'SAST'),(41,2,10800,1,'SAST'),(41,3,7200,0,'SAST'),(42,0,8836,0,'LMT'),(42,1,9000,0,'+0230'),(42,2,10800,0,'EAT'),(42,3,9900,0,'+0245'),(42,4,10800,0,'EAT'),(43,0,-2588,0,'LMT'),(43,1,-2588,0,'MMT'),(43,2,-2670,0,'MMT'),(43,3,0,0,'GMT'),(44,0,8836,0,'LMT'),(44,1,9000,0,'+0230'),(44,2,10800,0,'EAT'),(44,3,9900,0,'+0245'),(44,4,10800,0,'EAT'),(45,0,3612,0,'LMT'),(45,1,3600,0,'WAT'),(45,2,7200,1,'WAST'),(46,0,815,0,'LMT'),(46,1,0,0,'GMT'),(46,2,1800,0,'+0030'),(46,3,3600,0,'WAT'),(47,0,-968,0,'LMT'),(47,1,0,0,'GMT'),(48,0,-968,0,'LMT'),(48,1,0,0,'GMT'),(49,0,815,0,'LMT'),(49,1,0,0,'GMT'),(49,2,1800,0,'+0030'),(49,3,3600,0,'WAT'),(50,0,1616,0,'LMT'),(50,1,-2205,0,'LMT'),(50,2,0,0,'GMT'),(50,3,3600,0,'WAT'),(50,4,0,0,'GMT'),(51,0,-968,0,'LMT'),(51,1,0,0,'GMT'),(52,0,3164,0,'LMT'),(52,1,7200,1,'CEST'),(52,2,3600,0,'CET'),(52,3,7200,0,'EET'),(53,0,2444,0,'LMT'),(53,1,561,0,'PMT'),(53,2,7200,1,'CEST'),(53,3,3600,0,'CET'),(53,4,3600,0,'CET'),(53,5,7200,1,'CEST'),(54,0,4104,0,'LMT'),(54,1,5400,0,'+0130'),(54,2,7200,0,'SAST'),(54,3,10800,1,'SAST'),(54,4,7200,0,'CAT'),(54,5,3600,0,'WAT'),(54,6,7200,1,'CAT'),(54,7,7200,0,'CAT'),(55,0,-42398,0,'LMT'),(55,1,-39600,0,'NST'),(55,2,-36000,1
|
|
|
|
|
|
/*!40000 ALTER TABLE `time_zone_transition_type` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `user`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
DROP TABLE IF EXISTS `user`;
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE `user` (
|
|
|
|
|
|
`Host` char(255) CHARACTER SET ascii COLLATE ascii_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`User` char(32) COLLATE utf8_bin NOT NULL DEFAULT '',
|
|
|
|
|
|
`Select_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Insert_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Update_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Delete_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Drop_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Reload_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Shutdown_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Process_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`File_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Grant_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`References_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Index_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Alter_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Show_db_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Super_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_tmp_table_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Lock_tables_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Execute_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Repl_slave_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Repl_client_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_view_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Show_view_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_routine_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Alter_routine_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_user_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Event_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Trigger_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_tablespace_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`ssl_type` enum('','ANY','X509','SPECIFIED') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT '',
|
|
|
|
|
|
`ssl_cipher` blob NOT NULL,
|
|
|
|
|
|
`x509_issuer` blob NOT NULL,
|
|
|
|
|
|
`x509_subject` blob NOT NULL,
|
|
|
|
|
|
`max_questions` int unsigned NOT NULL DEFAULT '0',
|
|
|
|
|
|
`max_updates` int unsigned NOT NULL DEFAULT '0',
|
|
|
|
|
|
`max_connections` int unsigned NOT NULL DEFAULT '0',
|
|
|
|
|
|
`max_user_connections` int unsigned NOT NULL DEFAULT '0',
|
|
|
|
|
|
`plugin` char(64) COLLATE utf8_bin NOT NULL DEFAULT 'caching_sha2_password',
|
|
|
|
|
|
`authentication_string` text COLLATE utf8_bin,
|
|
|
|
|
|
`password_expired` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`password_last_changed` timestamp NULL DEFAULT NULL,
|
|
|
|
|
|
`password_lifetime` smallint unsigned DEFAULT NULL,
|
|
|
|
|
|
`account_locked` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Create_role_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Drop_role_priv` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci NOT NULL DEFAULT 'N',
|
|
|
|
|
|
`Password_reuse_history` smallint unsigned DEFAULT NULL,
|
|
|
|
|
|
`Password_reuse_time` smallint unsigned DEFAULT NULL,
|
|
|
|
|
|
`Password_require_current` enum('N','Y') CHARACTER SET utf8mb3 COLLATE utf8_general_ci DEFAULT NULL,
|
|
|
|
|
|
`User_attributes` json DEFAULT NULL,
|
|
|
|
|
|
PRIMARY KEY (`Host`,`User`)
|
|
|
|
|
|
) /*!50100 TABLESPACE `mysql` */ ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8_bin STATS_PERSISTENT=0 ROW_FORMAT=DYNAMIC COMMENT='Users and global privileges';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Dumping data for table `user`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
LOCK TABLES `user` WRITE;
|
|
|
|
|
|
/*!40000 ALTER TABLE `user` DISABLE KEYS */;
|
|
|
|
|
|
INSERT INTO `user` VALUES ('%','GUIDev','Y','Y','Y','Y','Y','Y','N','N','Y','N','Y','N','Y','Y','Y','N','Y','Y','N','N','N','Y','Y','Y','Y','N','Y','Y','N','','','','',0,0,0,30,'mysql_native_password','*00D42414FACD08435CFFB0AD4D15B4E7048D8A5C','N','2024-03-05 10:26:05',NULL,'N','N','N',NULL,NULL,NULL,NULL),('%','GUIDev2','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,30,'mysql_native_password','*B5DE696EAA980B81EC4094908999E02F0E4FF031','N','2024-03-08 13:44:08',NULL,'N','N','N',NULL,NULL,NULL,NULL),('%','mavoneServer','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,10,'mysql_native_password','*ED5482F1190B923C18C19E190FD2B81C9C410F42','N','2024-03-05 10:23:24',NULL,'N','N','N',NULL,NULL,NULL,NULL),('%','root','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'caching_sha2_password','$A$005$nXsb{bwdv*Bp%`?vTuk5T5aDVFVctH3MxPqpBm3KEfU/f6yVuu8duB32D7','N','2024-03-05 10:02:37',NULL,'N','Y','Y',NULL,NULL,NULL,NULL),('%','webInterface','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,30,'mysql_native_password','*E496FADC5293298AA555B765FA3157FAA50F11AB','N','2024-03-05 10:17:18',NULL,'N','N','N',NULL,NULL,NULL,NULL),('localhost','mysql.infoschema','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0,'caching_sha2_password','$A$005$THISISACOMBINATIONOFINVALIDSALTANDPASSWORDTHATMUSTNEVERBRBEUSED','N','2023-10-29 14:33:29',NULL,'Y','N','N',NULL,NULL,NULL,NULL),('localhost','mysql.session','N','N','N','N','N','N','N','Y','N','N','N','N','N','N','N','Y','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0,'caching_sha2_password','$A$005$THISISACOMBINATIONOFINVALIDSALTANDPASSWORDTHATMUSTNEVERBRBEUSED','N','2023-10-29 14:33:29',NULL,'Y','N','N',NULL,NULL,NULL,NULL),('localhost','mysql.sys','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','N','','','','',0,0,0,0,'caching_sha2_password','$A$005$THISISACOMBINATIONOFINVALIDSALTANDPASSWORDTHATMUSTNEVERBRBEUSED','N','2023-10-29 14:33:29',NULL,'Y','N','N',NULL,NULL,NULL,NULL),('localhost','root','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','Y','','','','',0,0,0,0,'caching_sha2_password','$A$005$gIQ%;\ZyQE}Tn?5OtU76fIvWk0ZgUTvGJzXfIwiB9vYc5YXKzPxjUVwF4','N','2023-10-29 14:33:34',NULL,'N','Y','Y',NULL,NULL,NULL,NULL);
|
|
|
|
|
|
/*!40000 ALTER TABLE `user` ENABLE KEYS */;
|
|
|
|
|
|
UNLOCK TABLES;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `general_log`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE IF NOT EXISTS `general_log` (
|
|
|
|
|
|
`event_time` timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6),
|
|
|
|
|
|
`user_host` mediumtext NOT NULL,
|
|
|
|
|
|
`thread_id` bigint unsigned NOT NULL,
|
|
|
|
|
|
`server_id` int unsigned NOT NULL,
|
|
|
|
|
|
`command_type` varchar(64) NOT NULL,
|
|
|
|
|
|
`argument` mediumblob NOT NULL
|
|
|
|
|
|
) ENGINE=CSV DEFAULT CHARSET=utf8mb3 COMMENT='General log';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
|
|
|
|
|
|
--
|
|
|
|
|
|
-- Table structure for table `slow_log`
|
|
|
|
|
|
--
|
|
|
|
|
|
|
|
|
|
|
|
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
|
|
|
|
|
/*!50503 SET character_set_client = utf8mb4 */;
|
|
|
|
|
|
CREATE TABLE IF NOT EXISTS `slow_log` (
|
|
|
|
|
|
`start_time` timestamp(6) NOT NULL DEFAULT CURRENT_TIMESTAMP(6) ON UPDATE CURRENT_TIMESTAMP(6),
|
|
|
|
|
|
`user_host` mediumtext NOT NULL,
|
|
|
|
|
|
`query_time` time(6) NOT NULL,
|
|
|
|
|
|
`lock_time` time(6) NOT NULL,
|
|
|
|
|
|
`rows_sent` int NOT NULL,
|
|
|
|
|
|
`rows_examined` int NOT NULL,
|
|
|
|
|
|
`db` varchar(512) NOT NULL,
|
|
|
|
|
|
`last_insert_id` int NOT NULL,
|
|
|
|
|
|
`insert_id` int NOT NULL,
|
|
|
|
|
|
`server_id` int unsigned NOT NULL,
|
|
|
|
|
|
`sql_text` mediumblob NOT NULL,
|
|
|
|
|
|
`thread_id` bigint unsigned NOT NULL
|
|
|
|
|
|
) ENGINE=CSV DEFAULT CHARSET=utf8mb3 COMMENT='Slow log';
|
|
|
|
|
|
/*!40101 SET character_set_client = @saved_cs_client */;
|
|
|
|
|
|
/*!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 2024-03-18 5:39:06
|