%PDF- %PDF-
Direktori : /home/waritko/db_backups/databaze/teamspeak/ |
Current File : //home/waritko/db_backups/databaze/teamspeak/instance_properties.sql |
-- MySQL dump 10.14 Distrib 5.5.60-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: teamspeak -- ------------------------------------------------------ -- Server version 5.5.60-MariaDB /*!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 `instance_properties` -- DROP TABLE IF EXISTS `instance_properties`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `instance_properties` ( `server_id` int(10) unsigned DEFAULT NULL, `string_id` varchar(255) DEFAULT NULL, `id` int(10) unsigned DEFAULT NULL, `ident` varchar(100) NOT NULL, `value` varchar(255) DEFAULT NULL, KEY `index_instance_properties_id` (`id`), KEY `index_instance_properties_string_id` (`string_id`(191)), KEY `index_instance_properties_serverid` (`server_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `instance_properties` -- LOCK TABLES `instance_properties` WRITE; /*!40000 ALTER TABLE `instance_properties` DISABLE KEYS */; INSERT INTO `instance_properties` VALUES (0,'',0,'serverinstance_database_version','28'),(0,'',0,'serverinstance_filetransfer_port','30033'),(0,'',0,'serverinstance_server_entropy','o0ony1P02vspWl5Cy39NU134r5kTRdHYMpjRcLBcym4DiksQk21rLuHn5Qcl9c0/axqBgKnNJjCesub4ZZDIeA=='),(0,'',0,'serverinstance_monthly_timestamp','1541030479'),(0,'',0,'serverinstance_max_download_total_bandwidth','18446744073709551615'),(0,'',0,'serverinstance_max_upload_total_bandwidth','18446744073709551615'),(0,'',0,'serverinstance_guest_serverquery_group','1'),(0,'',0,'serverinstance_serverquery_flood_commands','200'),(0,'',0,'serverinstance_serverquery_flood_time','2'),(0,'',0,'serverinstance_serverquery_ban_time','600'),(0,'',0,'serverinstance_template_serveradmin_group','3'),(0,'',0,'serverinstance_template_serverdefault_group','5'),(0,'',0,'serverinstance_template_channeladmin_group','1'),(0,'',0,'serverinstance_template_channeldefault_group','4'),(0,'',0,'serverinstance_permissions_version','20'),(0,'',0,'serverinstance_pending_connections_per_ip','0'); /*!40000 ALTER TABLE `instance_properties` 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 2018-11-09 4:28:34