Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
home
/
puskom
/
//home/puskom/phpmyadmin.sql
-- MySQL dump 10.13 Distrib 5.7.42, for Linux (x86_64) -- -- Host: localhost Database: phpmyadmin -- ------------------------------------------------------ -- Server version 5.7.42-0ubuntu0.18.04.1 /*!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 */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `pma__bookmark` -- DROP TABLE IF EXISTS `pma__bookmark`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__bookmark` ( `id` int(11) NOT NULL AUTO_INCREMENT, `dbase` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `user` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `label` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '', `query` text COLLATE utf8_bin NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Bookmarks'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__bookmark` -- LOCK TABLES `pma__bookmark` WRITE; /*!40000 ALTER TABLE `pma__bookmark` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__bookmark` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__central_columns` -- DROP TABLE IF EXISTS `pma__central_columns`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__central_columns` ( `db_name` varchar(64) COLLATE utf8_bin NOT NULL, `col_name` varchar(64) COLLATE utf8_bin NOT NULL, `col_type` varchar(64) COLLATE utf8_bin NOT NULL, `col_length` text COLLATE utf8_bin, `col_collation` varchar(64) COLLATE utf8_bin NOT NULL, `col_isNull` tinyint(1) NOT NULL, `col_extra` varchar(255) COLLATE utf8_bin DEFAULT '', `col_default` text COLLATE utf8_bin, PRIMARY KEY (`db_name`,`col_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Central list of columns'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__central_columns` -- LOCK TABLES `pma__central_columns` WRITE; /*!40000 ALTER TABLE `pma__central_columns` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__central_columns` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__column_info` -- DROP TABLE IF EXISTS `pma__column_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__column_info` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `db_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `column_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `comment` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '', `mimetype` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT '', `transformation` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `transformation_options` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `input_transformation` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', `input_transformation_options` varchar(255) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `db_name` (`db_name`,`table_name`,`column_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Column information for phpMyAdmin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__column_info` -- LOCK TABLES `pma__column_info` WRITE; /*!40000 ALTER TABLE `pma__column_info` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__column_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__designer_settings` -- DROP TABLE IF EXISTS `pma__designer_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__designer_settings` ( `username` varchar(64) COLLATE utf8_bin NOT NULL, `settings_data` text COLLATE utf8_bin NOT NULL, PRIMARY KEY (`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Settings related to Designer'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__designer_settings` -- LOCK TABLES `pma__designer_settings` WRITE; /*!40000 ALTER TABLE `pma__designer_settings` DISABLE KEYS */; INSERT INTO `pma__designer_settings` VALUES ('administrator','{\"angular_direct\":\"direct\",\"snap_to_grid\":\"off\",\"relation_lines\":\"true\"}'); /*!40000 ALTER TABLE `pma__designer_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__export_templates` -- DROP TABLE IF EXISTS `pma__export_templates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__export_templates` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(64) COLLATE utf8_bin NOT NULL, `export_type` varchar(10) COLLATE utf8_bin NOT NULL, `template_name` varchar(64) COLLATE utf8_bin NOT NULL, `template_data` text COLLATE utf8_bin NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `u_user_type_template` (`username`,`export_type`,`template_name`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Saved export templates'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__export_templates` -- LOCK TABLES `pma__export_templates` WRITE; /*!40000 ALTER TABLE `pma__export_templates` DISABLE KEYS */; INSERT INTO `pma__export_templates` VALUES (1,'administrator','database','ptipd','{\"quick_or_custom\":\"quick\",\"what\":\"sql\",\"structure_or_data_forced\":\"0\",\"table_select[]\":[\"wp_commentmeta\",\"wp_comments\",\"wp_links\",\"wp_options\",\"wp_postmeta\",\"wp_posts\",\"wp_termmeta\",\"wp_terms\",\"wp_term_relationships\",\"wp_term_taxonomy\",\"wp_usermeta\",\"wp_users\"],\"table_structure[]\":[\"wp_commentmeta\",\"wp_comments\",\"wp_links\",\"wp_options\",\"wp_postmeta\",\"wp_posts\",\"wp_termmeta\",\"wp_terms\",\"wp_term_relationships\",\"wp_term_taxonomy\",\"wp_usermeta\",\"wp_users\"],\"table_data[]\":[\"wp_commentmeta\",\"wp_comments\",\"wp_links\",\"wp_options\",\"wp_postmeta\",\"wp_posts\",\"wp_termmeta\",\"wp_terms\",\"wp_term_relationships\",\"wp_term_taxonomy\",\"wp_usermeta\",\"wp_users\"],\"output_format\":\"sendit\",\"filename_template\":\"@DATABASE@\",\"remember_template\":\"on\",\"charset\":\"utf-8\",\"compression\":\"none\",\"maxsize\":\"\",\"excel_null\":\"NULL\",\"excel_edition\":\"win\",\"excel_structure_or_data\":\"data\",\"texytext_structure_or_data\":\"structure_and_data\",\"texytext_null\":\"NULL\",\"csv_separator\":\",\",\"csv_enclosed\":\"\\\"\",\"csv_escaped\":\"\\\"\",\"csv_terminated\":\"AUTO\",\"csv_null\":\"NULL\",\"csv_structure_or_data\":\"data\",\"htmlword_structure_or_data\":\"structure_and_data\",\"htmlword_null\":\"NULL\",\"sql_include_comments\":\"something\",\"sql_header_comment\":\"\",\"sql_compatibility\":\"NONE\",\"sql_structure_or_data\":\"structure_and_data\",\"sql_create_table\":\"something\",\"sql_auto_increment\":\"something\",\"sql_create_view\":\"something\",\"sql_procedure_function\":\"something\",\"sql_create_trigger\":\"something\",\"sql_backquotes\":\"something\",\"sql_type\":\"INSERT\",\"sql_insert_syntax\":\"both\",\"sql_max_query_size\":\"50000\",\"sql_hex_for_binary\":\"something\",\"sql_utc_time\":\"something\",\"phparray_structure_or_data\":\"data\",\"codegen_structure_or_data\":\"data\",\"codegen_format\":\"0\",\"pdf_report_title\":\"\",\"pdf_structure_or_data\":\"structure_and_data\",\"json_structure_or_data\":\"data\",\"yaml_structure_or_data\":\"data\",\"xml_structure_or_data\":\"data\",\"xml_export_events\":\"something\",\"xml_export_functions\":\"something\",\"xml_export_procedures\":\"something\",\"xml_export_tables\":\"something\",\"xml_export_triggers\":\"something\",\"xml_export_views\":\"something\",\"xml_export_contents\":\"something\",\"ods_null\":\"NULL\",\"ods_structure_or_data\":\"data\",\"latex_caption\":\"something\",\"latex_structure_or_data\":\"structure_and_data\",\"latex_structure_caption\":\"Structure of table @TABLE@\",\"latex_structure_continued_caption\":\"Structure of table @TABLE@ (continued)\",\"latex_structure_label\":\"tab:@TABLE@-structure\",\"latex_relation\":\"something\",\"latex_comments\":\"something\",\"latex_mime\":\"something\",\"latex_columns\":\"something\",\"latex_data_caption\":\"Content of table @TABLE@\",\"latex_data_continued_caption\":\"Content of table @TABLE@ (continued)\",\"latex_data_label\":\"tab:@TABLE@-data\",\"latex_null\":\"\\\\textit{NULL}\",\"odt_structure_or_data\":\"structure_and_data\",\"odt_relation\":\"something\",\"odt_comments\":\"something\",\"odt_mime\":\"something\",\"odt_columns\":\"something\",\"odt_null\":\"NULL\",\"mediawiki_structure_or_data\":\"structure_and_data\",\"mediawiki_caption\":\"something\",\"mediawiki_headers\":\"something\",\"\":null,\"lock_tables\":null,\"as_separate_files\":null,\"excel_removeCRLF\":null,\"excel_columns\":null,\"texytext_columns\":null,\"csv_removeCRLF\":null,\"csv_columns\":null,\"htmlword_columns\":null,\"sql_dates\":null,\"sql_relation\":null,\"sql_mime\":null,\"sql_use_transaction\":null,\"sql_disable_fk\":null,\"sql_views_as_tables\":null,\"sql_metadata\":null,\"sql_create_database\":null,\"sql_drop_table\":null,\"sql_if_not_exists\":null,\"sql_truncate\":null,\"sql_delayed\":null,\"sql_ignore\":null,\"json_pretty_print\":null,\"ods_columns\":null}'); /*!40000 ALTER TABLE `pma__export_templates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__favorite` -- DROP TABLE IF EXISTS `pma__favorite`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__favorite` ( `username` varchar(64) COLLATE utf8_bin NOT NULL, `tables` text COLLATE utf8_bin NOT NULL, PRIMARY KEY (`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Favorite tables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__favorite` -- LOCK TABLES `pma__favorite` WRITE; /*!40000 ALTER TABLE `pma__favorite` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__favorite` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__history` -- DROP TABLE IF EXISTS `pma__history`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__history` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `db` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `timevalue` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `sqlquery` text COLLATE utf8_bin NOT NULL, PRIMARY KEY (`id`), KEY `username` (`username`,`db`,`table`,`timevalue`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='SQL history for phpMyAdmin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__history` -- LOCK TABLES `pma__history` WRITE; /*!40000 ALTER TABLE `pma__history` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__history` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__navigationhiding` -- DROP TABLE IF EXISTS `pma__navigationhiding`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__navigationhiding` ( `username` varchar(64) COLLATE utf8_bin NOT NULL, `item_name` varchar(64) COLLATE utf8_bin NOT NULL, `item_type` varchar(64) COLLATE utf8_bin NOT NULL, `db_name` varchar(64) COLLATE utf8_bin NOT NULL, `table_name` varchar(64) COLLATE utf8_bin NOT NULL, PRIMARY KEY (`username`,`item_name`,`item_type`,`db_name`,`table_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Hidden items of navigation tree'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__navigationhiding` -- LOCK TABLES `pma__navigationhiding` WRITE; /*!40000 ALTER TABLE `pma__navigationhiding` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__navigationhiding` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__pdf_pages` -- DROP TABLE IF EXISTS `pma__pdf_pages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__pdf_pages` ( `db_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `page_nr` int(10) unsigned NOT NULL AUTO_INCREMENT, `page_descr` varchar(50) CHARACTER SET utf8 NOT NULL DEFAULT '', PRIMARY KEY (`page_nr`), KEY `db_name` (`db_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='PDF relation pages for phpMyAdmin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__pdf_pages` -- LOCK TABLES `pma__pdf_pages` WRITE; /*!40000 ALTER TABLE `pma__pdf_pages` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__pdf_pages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__recent` -- DROP TABLE IF EXISTS `pma__recent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__recent` ( `username` varchar(64) COLLATE utf8_bin NOT NULL, `tables` text COLLATE utf8_bin NOT NULL, PRIMARY KEY (`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Recently accessed tables'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__recent` -- LOCK TABLES `pma__recent` WRITE; /*!40000 ALTER TABLE `pma__recent` DISABLE KEYS */; INSERT INTO `pma__recent` VALUES ('administrator','[{\"db\":\"uin\",\"table\":\"wp_users\"},{\"db\":\"lp2m\",\"table\":\"wp_users\"},{\"db\":\"ptipd\",\"table\":\"wp_usermeta\"},{\"db\":\"ptipd\",\"table\":\"wp_users\"},{\"db\":\"lpm\",\"table\":\"wp_users\"},{\"db\":\"fuad\",\"table\":\"wp_users\"},{\"db\":\"maktabah\",\"table\":\"wp_options\"},{\"db\":\"maktabah\",\"table\":\"wp_links\"},{\"db\":\"maktabah\",\"table\":\"wp_comments\"},{\"db\":\"maktabah\",\"table\":\"wp_commentmeta\"}]'); /*!40000 ALTER TABLE `pma__recent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__relation` -- DROP TABLE IF EXISTS `pma__relation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__relation` ( `master_db` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `master_table` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `master_field` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `foreign_db` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `foreign_table` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `foreign_field` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (`master_db`,`master_table`,`master_field`), KEY `foreign_field` (`foreign_db`,`foreign_table`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Relation table'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__relation` -- LOCK TABLES `pma__relation` WRITE; /*!40000 ALTER TABLE `pma__relation` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__relation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__savedsearches` -- DROP TABLE IF EXISTS `pma__savedsearches`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__savedsearches` ( `id` int(5) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `db_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `search_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `search_data` text COLLATE utf8_bin NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `u_savedsearches_username_dbname` (`username`,`db_name`,`search_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Saved searches'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__savedsearches` -- LOCK TABLES `pma__savedsearches` WRITE; /*!40000 ALTER TABLE `pma__savedsearches` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__savedsearches` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__table_coords` -- DROP TABLE IF EXISTS `pma__table_coords`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__table_coords` ( `db_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `pdf_page_number` int(11) NOT NULL DEFAULT '0', `x` float unsigned NOT NULL DEFAULT '0', `y` float unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`db_name`,`table_name`,`pdf_page_number`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Table coordinates for phpMyAdmin PDF output'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__table_coords` -- LOCK TABLES `pma__table_coords` WRITE; /*!40000 ALTER TABLE `pma__table_coords` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__table_coords` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__table_info` -- DROP TABLE IF EXISTS `pma__table_info`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__table_info` ( `db_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `table_name` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', `display_field` varchar(64) COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (`db_name`,`table_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Table information for phpMyAdmin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__table_info` -- LOCK TABLES `pma__table_info` WRITE; /*!40000 ALTER TABLE `pma__table_info` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__table_info` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__table_uiprefs` -- DROP TABLE IF EXISTS `pma__table_uiprefs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__table_uiprefs` ( `username` varchar(64) COLLATE utf8_bin NOT NULL, `db_name` varchar(64) COLLATE utf8_bin NOT NULL, `table_name` varchar(64) COLLATE utf8_bin NOT NULL, `prefs` text COLLATE utf8_bin NOT NULL, `last_update` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`username`,`db_name`,`table_name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Tables'' UI preferences'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__table_uiprefs` -- LOCK TABLES `pma__table_uiprefs` WRITE; /*!40000 ALTER TABLE `pma__table_uiprefs` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__table_uiprefs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__tracking` -- DROP TABLE IF EXISTS `pma__tracking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__tracking` ( `db_name` varchar(64) COLLATE utf8_bin NOT NULL, `table_name` varchar(64) COLLATE utf8_bin NOT NULL, `version` int(10) unsigned NOT NULL, `date_created` datetime NOT NULL, `date_updated` datetime NOT NULL, `schema_snapshot` text COLLATE utf8_bin NOT NULL, `schema_sql` text COLLATE utf8_bin, `data_sql` longtext COLLATE utf8_bin, `tracking` set('UPDATE','REPLACE','INSERT','DELETE','TRUNCATE','CREATE DATABASE','ALTER DATABASE','DROP DATABASE','CREATE TABLE','ALTER TABLE','RENAME TABLE','DROP TABLE','CREATE INDEX','DROP INDEX','CREATE VIEW','ALTER VIEW','DROP VIEW') COLLATE utf8_bin DEFAULT NULL, `tracking_active` int(1) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`db_name`,`table_name`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Database changes tracking for phpMyAdmin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__tracking` -- LOCK TABLES `pma__tracking` WRITE; /*!40000 ALTER TABLE `pma__tracking` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__tracking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__userconfig` -- DROP TABLE IF EXISTS `pma__userconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__userconfig` ( `username` varchar(64) COLLATE utf8_bin NOT NULL, `timevalue` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `config_data` text COLLATE utf8_bin NOT NULL, PRIMARY KEY (`username`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='User preferences storage for phpMyAdmin'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__userconfig` -- LOCK TABLES `pma__userconfig` WRITE; /*!40000 ALTER TABLE `pma__userconfig` DISABLE KEYS */; INSERT INTO `pma__userconfig` VALUES ('administrator','2024-02-17 06:48:01','{\"collation_connection\":\"utf8mb4_unicode_ci\"}'); /*!40000 ALTER TABLE `pma__userconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__usergroups` -- DROP TABLE IF EXISTS `pma__usergroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__usergroups` ( `usergroup` varchar(64) COLLATE utf8_bin NOT NULL, `tab` varchar(64) COLLATE utf8_bin NOT NULL, `allowed` enum('Y','N') COLLATE utf8_bin NOT NULL DEFAULT 'N', PRIMARY KEY (`usergroup`,`tab`,`allowed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='User groups with configured menu items'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__usergroups` -- LOCK TABLES `pma__usergroups` WRITE; /*!40000 ALTER TABLE `pma__usergroups` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__usergroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pma__users` -- DROP TABLE IF EXISTS `pma__users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pma__users` ( `username` varchar(64) COLLATE utf8_bin NOT NULL, `usergroup` varchar(64) COLLATE utf8_bin NOT NULL, PRIMARY KEY (`username`,`usergroup`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='Users and their assignments to user groups'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pma__users` -- LOCK TABLES `pma__users` WRITE; /*!40000 ALTER TABLE `pma__users` DISABLE KEYS */; /*!40000 ALTER TABLE `pma__users` 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 2024-05-28 15:12:01