| Server IP : 37.9.174.138 / Your IP : 216.73.216.117 Web Server : Apache System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64 User : ftpuser ( 1001) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/tmp/ |
Upload File : |
-- MySQL dump 10.17 Distrib 10.3.22-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database: phpmyadmin
-- ------------------------------------------------------
-- Server version 10.3.22-MariaDB-0+deb10u1
/*!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 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 `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(10) unsigned 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 AUTO_INCREMENT=4 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 */;
INSERT INTO `pma__bookmark` VALUES (1,'vyjazdy_enbra_sk','maros','Query 1','SELECT requests_groups.name, requests_groups.description, CONCAT(last_name, \' \', first_name) AS full_name, requests_groups.created ,requests_groups.id FROM requests_groups LEFT JOIN users ON users.email=requests_groups.created_by WHERE requests_groups.state!=\'DELETED\' AND requests_groups.state!=\'ARCHIVED\' HAVING full_name LIKE \"%TEST%\" ORDER BY full_name ASC LIMIT 10 OFFSET 0'),(2,'evl_enbra_sk','maros','Query 1','SELECT requests_groups.name, requests_groups.description, CONCAT(last_name, \' \', first_name) AS full_name, requests_groups.created ,requests_groups.id FROM requests_groups LEFT JOIN users ON users.email=requests_groups.created_by WHERE requests_groups.state!=\'DELETED\' AND requests_groups.state!=\'ARCHIVED\' HAVING full_name LIKE \"%TEST%\" ORDER BY full_name ASC LIMIT 10 OFFSET 0'),(3,'evl_enbra_sk','maros','Query 1','SELECT requests_groups.name, requests_groups.description, CONCAT(last_name, \' \', first_name) AS full_name, requests_groups.created ,requests_groups.id FROM requests_groups LEFT JOIN users ON users.email=requests_groups.created_by WHERE requests_groups.state!=\'DELETED\' AND requests_groups.state!=\'ARCHIVED\' HAVING full_name LIKE \"%TEST%\" ORDER BY full_name ASC LIMIT 10 OFFSET 0');
/*!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 DEFAULT NULL,
`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 DEFAULT NULL,
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 ('robert','{\"angular_direct\":\"direct\",\"relation_lines\":\"true\",\"snap_to_grid\":\"off\"}');
/*!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 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 */;
/*!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 */;
INSERT INTO `pma__navigationhiding` VALUES ('maros','OBCE','table','evl_enbra_sk',''),('maros','PSC_CZ','table','evl_enbra_sk',''),('maros','ULICE','table','evl_enbra_sk','');
/*!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 ('bowlingacademy_sk','[{\"db\":\"bowlingacademy_sk\",\"table\":\"bwa_options\"}]'),('maros','[{\"db\":\"rknet_sk\",\"table\":\"realty_enums\"},{\"db\":\"rknet_sk\",\"table\":\"pages\"},{\"db\":\"rknet_sk\",\"table\":\"pages_elements\"},{\"db\":\"rknet_sk\",\"table\":\"registration_codes\"},{\"db\":\"rknet_sk\",\"table\":\"db_logs\"},{\"db\":\"rknet_sk\",\"table\":\"config\"},{\"db\":\"rknet_sk\",\"table\":\"orders\"},{\"db\":\"rknet_sk\",\"table\":\"order_items\"},{\"db\":\"rknet_sk\",\"table\":\"visitors\"},{\"db\":\"rknet_sk\",\"table\":\"users\"}]'),('mirka','[{\"db\":\"backend_sk\",\"table\":\"pages\"},{\"db\":\"backend_sk\",\"table\":\"pages_elements\"},{\"db\":\"backend_sk\",\"table\":\"translates\"},{\"db\":\"backend_sk\",\"table\":\"config\"},{\"db\":\"backend_sk\",\"table\":\"seo\"},{\"db\":\"backend_sk_new\",\"table\":\"seo\"},{\"db\":\"backend_sk_new\",\"table\":\"db_logs\"},{\"db\":\"sotolar2_sk\",\"table\":\"users\"},{\"db\":\"reko_sk\",\"table\":\"config\"},{\"db\":\"goodgod_sk\",\"table\":\"pages_elements\"}]'),('realplus_sk','[{\"db\":\"realplus_sk\",\"table\":\"config\"},{\"db\":\"realplus_sk\",\"table\":\"street\"},{\"db\":\"realplus_sk\",\"table\":\"realty_columns\"},{\"db\":\"realplus_sk\",\"table\":\"region\"},{\"db\":\"realplus_sk\",\"table\":\"citypart\"},{\"db\":\"realplus_sk\",\"table\":\"district\"},{\"db\":\"realplus_sk\",\"table\":\"county\"},{\"db\":\"realplus_sk\",\"table\":\"state\"},{\"db\":\"realplus_sk\",\"table\":\"realty\"},{\"db\":\"realplus_sk\",\"table\":\"realty_requires\"}]'),('robert','[{\"db\":\"mushroom_sk\",\"table\":\"sales_flat_quote_address\"},{\"db\":\"mushroom_sk\",\"table\":\"sales_flat_order_address\"},{\"db\":\"datafy_sk\",\"table\":\"wp_posts\"},{\"db\":\"datafy_sk\",\"table\":\"wp_postmeta\"},{\"db\":\"datafy_sk\",\"table\":\"wp_options\"},{\"db\":\"mushroom_sk\",\"table\":\"sales_flat_quote\"},{\"db\":\"mushroom_sk\",\"table\":\"sales_flat_order\"},{\"db\":\"mushroom_sk\",\"table\":\"sales_flat_shipment_grid\"},{\"db\":\"mushroom_sk\",\"table\":\"sales_flat_order_grid\"},{\"db\":\"mushroom_sk\",\"table\":\"sales_flat_invoice_grid\"}]'),('root','[{\"db\":\"mushroom_sk\",\"table\":\"admin_user\"},{\"db\":\"mushroom_sk\",\"table\":\"api2_acl_user\"},{\"db\":\"mushroom_sk\",\"table\":\"api_user\"},{\"db\":\"bystro_org\",\"table\":\"wp_postmeta\"},{\"db\":\"bystro_org\",\"table\":\"wp_comments\"},{\"db\":\"bystro_org\",\"table\":\"wp_commentmeta\"},{\"db\":\"backend_sk\",\"table\":\"admin_registration_codes\"},{\"db\":\"arow_sk\",\"table\":\"afeoxycommentmeta\"},{\"db\":\"artav_sk\",\"table\":\"db_logs\"},{\"db\":\"altrapresov_sk\",\"table\":\"wp_comments\"}]'),('telekom_backend_sk','[{\"db\":\"telekom_backend_sk\",\"table\":\"metadata\"}]'),('vyjazdy_enbra_sk','[{\"db\":\"information_schema\",\"table\":\"COLUMNS\"},{\"db\":\"vyjazdy_enbra_sk\",\"table\":\"admin_registration_codes\"},{\"db\":\"vyjazdy_enbra_sk\",\"table\":\"users\"},{\"db\":\"vyjazdy_enbra_sk\",\"table\":\"requests_groups\"}]');
/*!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 */;
INSERT INTO `pma__table_uiprefs` VALUES ('maros','artav_sk','db_logs','{\"sorted_col\":\"`db_logs`.`id` DESC\"}','2019-02-01 16:12:23'),('maros','artav_sk','pages_elements','{\"sorted_col\":\"`pages_elements`.`id` DESC\"}','2019-01-10 17:10:18'),('maros','artav_sk','users','{\"sorted_col\":\"`email` DESC\"}','2019-02-25 22:35:35'),('maros','backend_sk_new','pages_elements','{\"sorted_col\":\"`pages_elements`.`id` DESC\"}','2019-07-03 12:14:58'),('maros','elearning_backend_sk','course_questions','{\"sorted_col\":\"`course_questions`.`id` DESC\"}','2018-10-22 11:35:28'),('maros','elearning_backend_sk','course_themes','{\"sorted_col\":\"`course_themes`.`id` DESC\"}','2018-10-19 17:09:19'),('maros','elearning_backend_sk','courses','{\"sorted_col\":\"`courses`.`id` DESC\"}','2018-10-19 17:08:34'),('maros','elearning_backend_sk','laws','{\"sorted_col\":\"`laws`.`id` DESC\"}','2020-02-18 20:52:29'),('maros','elearning_backend_sk','theme_elements','{\"sorted_col\":\"`theme_elements`.`id` DESC\"}','2020-02-18 20:48:48'),('maros','elearning_backend_sk','users_has_courses','{\"sorted_col\":\"`users_has_courses`.`exam_percentage` ASC\"}','2020-02-18 20:51:23'),('maros','enbraodecet_cz','sets_records','{\"sorted_col\":\"`sets_records`.`id` DESC\"}','2020-02-05 20:31:14'),('maros','enbraodecet_cz','visitors','{\"sorted_col\":\"`visitors`.`state` DESC\"}','2019-03-04 21:45:06'),('maros','evl_enbra_sk','db_logs','{\"sorted_col\":\"`db_logs`.`id` DESC\"}','2020-04-01 15:45:33'),('maros','evl_enbra_sk','devices','{\"sorted_col\":\"`devices`.`uid` DESC\"}','2020-03-30 17:13:18'),('maros','evl_enbra_sk','flat_houses','{\"sorted_col\":\"`id` ASC\"}','2020-04-09 12:56:23'),('maros','evl_enbra_sk','flat_houses_gates','{\"sorted_col\":\"`flat_houses_gates`.`id` ASC\"}','2020-03-30 14:58:39'),('maros','evl_enbra_sk','flats','{\"sorted_col\":\"`flats`.`id` ASC\"}','2020-03-30 23:12:03'),('maros','evl_enbra_sk','global_translator','{\"sorted_col\":\"`global_translator`.`id` DESC\"}','2020-02-28 21:48:23'),('maros','evl_enbra_sk','heaters','{\"sorted_col\":\"`heaters`.`type` DESC\"}','2020-04-08 21:33:25'),('maros','evl_enbra_sk','imports_has_offices','{\"sorted_col\":\"`imports_has_offices`.`id` DESC\"}','2020-04-09 12:41:42'),('maros','evl_enbra_sk','service_sheets','{\"sorted_col\":\"`is_closed` DESC\"}','2020-04-05 12:53:20'),('maros','evl_enbra_sk','translates','{\"sorted_col\":\"`translates`.`global_translator_id` DESC\"}','2020-02-28 21:45:04'),('maros','evl_enbra_sk','users_has_flat_houses_gates','{\"sorted_col\":\"`users_has_flat_houses_gates`.`contractors_id` DESC\"}','2020-04-10 17:34:24'),('maros','realplus_sk','citypart','{\"sorted_col\":\"`region_id` ASC\"}','2019-04-23 11:51:56'),('maros','realplus_sk','db_logs','{\"sorted_col\":\"`db_logs`.`id` DESC\"}','2019-11-28 13:28:10'),('maros','realplus_sk','gallery','{\"sorted_col\":\"`gallery`.`id` DESC\"}','2019-11-28 13:26:41'),('maros','realplus_sk','gallery_images','{\"sorted_col\":\"`gallery_images`.`id` DESC\"}','2020-05-16 17:09:29'),('maros','realplus_sk','global_translator','{\"sorted_col\":\"`global_translator`.`id` ASC\"}','2019-04-24 21:39:49'),('maros','realplus_sk','locations','{\"sorted_col\":\"`name` ASC\"}','2019-04-18 16:08:21'),('maros','realplus_sk','realty','{\"sorted_col\":\"`id` DESC\"}','2019-11-28 13:57:41'),('maros','realplus_sk','realty_columns','{\"sorted_col\":\"`realty_columns`.`id` ASC\"}','2019-05-30 13:46:54'),('maros','realplus_sk','realty_enums','{\"sorted_col\":\"`id` ASC\"}','2019-04-23 12:39:41'),('maros','realplus_sk','realty_requires','{\"sorted_col\":\"`required` DESC\"}','2019-04-01 18:33:54'),('maros','realplus_sk','region','{\"sorted_col\":\"`region`.`ruian` DESC\"}','2019-04-19 13:13:42'),('maros','realplus_sk','simple_contact_form','{\"sorted_col\":\"`simple_contact_form`.`id` DESC\"}','2019-07-23 15:58:50'),('maros','realplus_sk','street','{\"sorted_col\":\"`street`.`citypart_id` DESC\"}','2019-04-04 15:37:44'),('maros','rknet_sk','db_logs','{\"sorted_col\":\"`db_logs`.`id` DESC\"}','2020-05-26 20:55:23'),('maros','rknet_sk','locations','{\"sorted_col\":\"`locations`.`street` ASC\"}','2020-04-25 23:16:55'),('maros','rknet_sk','pages_elements','{\"sorted_col\":\"`pages_elements`.`type` DESC\"}','2020-05-23 22:10:06'),('maros','rknet_sk','realty','{\"sorted_col\":\"`id` DESC\"}','2020-05-10 14:30:15'),('maros','rknet_sk','realty_columns','{\"sorted_col\":\"`realty_columns`.`id` DESC\"}','2020-05-08 20:24:53'),('maros','rknet_sk','realty_enums','{\"sorted_col\":\"`realty_enums`.`id` DESC\"}','2020-05-27 13:35:38'),('maros','samoodpocet_sk','inputs','{\"sorted_col\":\"`id` DESC\"}','2018-12-20 17:48:21'),('maros','samoodpocet_sk','sets','{\"sorted_col\":\"`id` DESC\"}','2018-12-20 17:46:19'),('maros','samoodpocet_sk','sets_has_inputs','{\"sorted_col\":\"`sets_has_inputs`.`state` DESC\"}','2018-12-20 17:44:48'),('maros','samoodpocet_sk','sets_records','{\"sorted_col\":\"`id` DESC\"}','2020-02-05 20:29:50'),('maros','samoodpocet_sk','visitors','{\"sorted_col\":\"`id` DESC\"}','2020-03-20 08:10:34'),('maros','telekom_backend_sk','form_applications','{\"sorted_col\":\"`form_applications`.`is_module` DESC\"}','2019-06-05 13:50:10'),('maros','telekom_backend_sk','form_cmdb','{\"sorted_col\":\"`form_cmdb`.`type` ASC\"}','2019-06-03 13:19:08'),('maros','telekom_backend_sk','forms_columns','{\"sorted_col\":\"`forms_columns`.`id` DESC\"}','2018-09-24 10:55:21'),('maros','telekom_backend_sk','forms_relations','{\"sorted_col\":\"`forms_relations`.`id` DESC\"}','2018-09-24 12:09:04'),('maros','telekom_backend_sk','users','{\"sorted_col\":\"`users`.`user_name` ASC\"}','2019-07-09 19:45:39'),('maros','telekom_backend_sk','workshift','{\"sorted_col\":\"id DESC\"}','2018-12-18 21:12:40'),('maros','vyjazdy_enbra_sk','IMPORT_heaters','{\"sorted_col\":\"`IMPORT_heaters`.`flats_external_id` DESC\"}','2020-01-12 21:29:21'),('maros','vyjazdy_enbra_sk','OBCE','{\"sorted_col\":\"`OBCE`.`DOBEC` ASC\",\"CREATE_TIME\":\"2019-09-30 20:59:59\",\"col_order\":[\"0\",\"1\",\"2\",\"3\",\"4\",\"5\",\"6\",\"7\"],\"col_visib\":[\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\",\"1\"]}','2019-10-01 19:50:35'),('maros','vyjazdy_enbra_sk','PSC_CZ','{\"sorted_col\":\"`PSC_CZ`.`stat` ASC\"}','2019-10-01 20:09:47'),('maros','vyjazdy_enbra_sk','ULICE','{\"sorted_col\":\"`ULICE`.`ULICA` ASC\"}','2019-10-01 19:51:36'),('maros','vyjazdy_enbra_sk','config','[]','2020-01-15 16:01:11'),('maros','vyjazdy_enbra_sk','db_logs','{\"sorted_col\":\"`db_logs`.`id` DESC\"}','2019-11-06 13:01:20'),('maros','vyjazdy_enbra_sk','db_updates_logger','{\"sorted_col\":\"`db_updates_logger`.`id` DESC\"}','2020-01-15 15:46:05'),('maros','vyjazdy_enbra_sk','devices','{\"sorted_col\":\"`devices`.`id` ASC\"}','2020-01-13 00:12:10'),('maros','vyjazdy_enbra_sk','establishments','{\"sorted_col\":\"`establishments`.`id` ASC\"}','2020-01-19 21:08:28'),('maros','vyjazdy_enbra_sk','flat_houses','{\"sorted_col\":\"`flat_houses`.`zip` ASC\"}','2020-01-09 21:34:49'),('maros','vyjazdy_enbra_sk','flat_houses_gates','{\"sorted_col\":\"`flat_houses_gates`.`id` ASC\"}','2020-01-12 22:46:38'),('maros','vyjazdy_enbra_sk','flats','{\"sorted_col\":\"`flats`.`id` DESC\"}','2020-01-13 00:10:32'),('maros','vyjazdy_enbra_sk','flats_has_devices','{\"sorted_col\":\"`flats_has_devices`.`total_count` DESC\"}','2020-01-15 15:25:38'),('maros','vyjazdy_enbra_sk','global_translator','{\"sorted_col\":\"`global_translator`.`id` DESC\"}','2019-11-16 19:49:59'),('maros','vyjazdy_enbra_sk','invoice_items','{\"sorted_col\":\"`invoice_items`.`id` DESC\"}','2020-03-31 19:24:03'),('maros','vyjazdy_enbra_sk','languages','{\"sorted_col\":\"`languages`.`id` ASC\"}','2019-10-01 13:56:09'),('maros','vyjazdy_enbra_sk','locations','{\"sorted_col\":\"`locations`.`street` DESC\"}','2020-04-24 14:42:33'),('maros','vyjazdy_enbra_sk','pages','{\"sorted_col\":\"`pages`.`id` DESC\"}','2019-10-25 12:17:56'),('maros','vyjazdy_enbra_sk','price_lists_items','{\"sorted_col\":\"`created_by` ASC\"}','2020-01-27 11:23:18'),('maros','vyjazdy_enbra_sk','reminders','{\"sorted_col\":\"`reminder_date` DESC\"}','2019-12-07 22:30:05'),('maros','vyjazdy_enbra_sk','requests','{\"sorted_col\":\"`requests`.`status` ASC\"}','2020-03-31 19:27:41'),('maros','vyjazdy_enbra_sk','translates','{\"sorted_col\":\"`global_translator_id` DESC\"}','2019-11-17 15:59:11'),('maros','vyjazdy_enbra_sk','users','{\"sorted_col\":\"`users`.`id` ASC\"}','2020-05-04 16:19:11'),('maros','vyjazdy_enbra_sk','users_has_locations','{\"sorted_col\":\"`users_has_locations`.`id` ASC\"}','2019-11-17 15:10:25'),('maros','vyjazdy_enbra_sk','working_hours_rules','{\"sorted_col\":\"`working_hours_rules`.`id` DESC\"}','2019-09-30 14:25:29'),('robert','miestnasamosprava_sk','sales_flat_order','{\"sorted_col\":\"`sales_flat_order`.`entity_id` DESC\"}','2020-02-28 17:00:53'),('robert','mushroom_sk','customer_entity','{\"sorted_col\":\"`customer_entity`.`website_id` DESC\"}','2019-02-25 13:45:36'),('robert','mushroom_sk','eav_attribute','{\"sorted_col\":\"`eav_attribute`.`attribute_code` ASC\"}','2020-03-13 13:15:38'),('robert','mushroom_sk','log_visitor','{\"sorted_col\":\"`log_visitor`.`session_id` DESC\"}','2020-03-05 12:21:33'),('robert','mushroom_sk','review','{\"sorted_col\":\"`review`.`review_id` ASC\"}','2019-09-16 08:52:20'),('robert','mushroom_sk','review_entity_summary','{\"sorted_col\":\"`review_entity_summary`.`rating_summary` ASC\"}','2019-09-13 14:15:04'),('robert','mushroom_sk','sales_flat_invoice_grid','{\"sorted_col\":\"`sales_flat_invoice_grid`.`created_at` DESC\"}','2020-04-15 19:40:11'),('robert','mushroom_sk','sales_flat_order','{\"sorted_col\":\"`sales_flat_order`.`entity_id` DESC\"}','2020-04-15 19:41:04'),('robert','mushroom_sk','sales_flat_order_address','{\"sorted_col\":\"`sales_flat_order_address`.`entity_id` DESC\"}','2020-04-15 19:42:00'),('robert','mushroom_sk','sales_flat_order_grid','{\"sorted_col\":\"`sales_flat_order_grid`.`entity_id` DESC\"}','2020-04-15 19:42:34'),('robert','mushroom_sk','sales_flat_quote','{\"sorted_col\":\"`entity_id` DESC\"}','2020-04-15 19:43:14'),('robert','mushroom_sk','sales_flat_quote_address','{\"sorted_col\":\"`sales_flat_quote_address`.`address_id` DESC\"}','2020-04-15 19:44:05'),('robert','mushroom_sk','sales_flat_shipment_grid','{\"sorted_col\":\"`sales_flat_shipment_grid`.`entity_id` DESC\"}','2020-04-15 20:30:53'),('robert','telekom_backend_sk','work_groups_has_users','{\"sorted_col\":\"`work_groups_has_users`.`type` ASC\"}','2018-09-20 12:06:37'),('robert','telekom_backend_sk','workshift','{\"sorted_col\":\"`workshift`.`from_time` DESC\"}','2018-09-18 17:28:28');
/*!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 DEFAULT NULL,
`data_sql` longtext COLLATE utf8_bin DEFAULT NULL,
`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 ('adamdemetri','2018-03-24 12:37:27','{\"collation_connection\":\"utf8mb4_unicode_ci\"}'),('bowlingacademy_sk','2018-11-14 21:52:47','{\"lang\":\"sk\",\"collation_connection\":\"utf8mb4_unicode_ci\"}'),('bystro_org','2020-02-12 13:40:15','{\"lang\":\"ru\",\"collation_connection\":\"utf8mb4_unicode_ci\"}'),('maros','2020-04-18 12:30:50','{\"LoginCookieValidity\":7200,\"Server\\/hide_db\":\"\",\"collation_connection\":\"utf8mb4_unicode_ci\",\"Console\\/Mode\":\"collapse\"}'),('mirka','2019-03-29 11:15:58','{\"lang\":\"sk\",\"collation_connection\":\"utf8mb4_unicode_ci\"}'),('realplus_sk','2018-05-31 20:19:08','{\"lang\":\"sk\",\"collation_connection\":\"utf8mb4_unicode_ci\"}'),('robert','2020-03-26 22:26:28','{\"ShowDatabasesNavigationAsTree\":false,\"MaxNavigationItems\":100,\"NavigationDisplayLogo\":false,\"NavigationTreeDisplayItemFilterMinimum\":50,\"LoginCookieValidity\":7200,\"Server\\/hide_db\":\"\",\"lang\":\"sk\",\"collation_connection\":\"utf8mb4_unicode_ci\",\"Console\\/Mode\":\"collapse\"}'),('root','2020-03-25 23:10:32','{\"LoginCookieValidity\":3600,\"Server\\/hide_db\":\"\",\"lang\":\"sk\",\"collation_connection\":\"utf8mb4_unicode_ci\",\"Console\\/Mode\":\"collapse\"}'),('telekom_backend_sk','2018-04-11 16:37:23','{\"lang\":\"sk\",\"collation_connection\":\"utf8mb4_unicode_ci\"}'),('vyjazdy_enbra_sk','2019-09-05 14:09:30','{\"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;
--
-- Dumping routines for database 'phpmyadmin'
--
/*!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 2020-07-19 3:37:27