-- MySQL dump 10.13 Distrib 8.0.29, for Linux (x86_64) -- -- Host: localhost Database: test0 -- ------------------------------------------------------ -- 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 */; -- -- Current Database: `test0` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `test0` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */; USE `test0`; -- -- Table structure for table `user0` -- DROP TABLE IF EXISTS `user0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user0` ( `id` bigint NOT NULL, `name` varchar(30) NOT NULL, `age` int NOT NULL DEFAULT '20', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user0` -- LOCK TABLES `user0` WRITE; /*!40000 ALTER TABLE `user0` DISABLE KEYS */; /*!40000 ALTER TABLE `user0` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user1` -- DROP TABLE IF EXISTS `user1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user1` ( `id` bigint NOT NULL, `name` varchar(30) NOT NULL, `age` int NOT NULL DEFAULT '20', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user1` -- LOCK TABLES `user1` WRITE; /*!40000 ALTER TABLE `user1` DISABLE KEYS */; /*!40000 ALTER TABLE `user1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user2` -- DROP TABLE IF EXISTS `user2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user2` ( `id` bigint NOT NULL, `name` varchar(30) NOT NULL, `age` int NOT NULL DEFAULT '20', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user2` -- LOCK TABLES `user2` WRITE; /*!40000 ALTER TABLE `user2` DISABLE KEYS */; /*!40000 ALTER TABLE `user2` ENABLE KEYS */; UNLOCK TABLES; -- -- Current Database: `test1` -- CREATE DATABASE /*!32312 IF NOT EXISTS*/ `test1` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */; USE `test1`; -- -- Table structure for table `user0` -- DROP TABLE IF EXISTS `user0`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user0` ( `id` bigint NOT NULL, `name` varchar(30) NOT NULL, `age` int NOT NULL DEFAULT '20', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user0` -- LOCK TABLES `user0` WRITE; /*!40000 ALTER TABLE `user0` DISABLE KEYS */; /*!40000 ALTER TABLE `user0` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user1` -- DROP TABLE IF EXISTS `user1`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user1` ( `id` bigint NOT NULL, `name` varchar(30) NOT NULL, `age` int NOT NULL DEFAULT '20', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user1` -- LOCK TABLES `user1` WRITE; /*!40000 ALTER TABLE `user1` DISABLE KEYS */; /*!40000 ALTER TABLE `user1` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `user2` -- DROP TABLE IF EXISTS `user2`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `user2` ( `id` bigint NOT NULL, `name` varchar(30) NOT NULL, `age` int NOT NULL DEFAULT '20', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `user2` -- LOCK TABLES `user2` WRITE; /*!40000 ALTER TABLE `user2` DISABLE KEYS */; /*!40000 ALTER TABLE `user2` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2022-06-01 12:02:34