%PDF- %PDF-
Direktori : /proc/985914/root/backups/db_backups/mysql/db/nextcloud/ |
Current File : //proc/985914/root/backups/db_backups/mysql/db/nextcloud/oc_accounts_data.sql |
/*M!999999\- enable the sandbox mode */ -- MariaDB dump 10.19 Distrib 10.6.22-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: nextcloud -- ------------------------------------------------------ -- Server version 10.6.22-MariaDB-0ubuntu0.22.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 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 `oc_accounts_data` -- DROP TABLE IF EXISTS `oc_accounts_data`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8mb4 */; CREATE TABLE `oc_accounts_data` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `uid` varchar(64) NOT NULL, `name` varchar(64) NOT NULL, `value` varchar(255) DEFAULT '', PRIMARY KEY (`id`), KEY `accounts_data_uid` (`uid`), KEY `accounts_data_name` (`name`), KEY `accounts_data_value` (`value`) ) ENGINE=InnoDB AUTO_INCREMENT=73 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_bin ROW_FORMAT=DYNAMIC; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oc_accounts_data` -- LOCK TABLES `oc_accounts_data` WRITE; /*!40000 ALTER TABLE `oc_accounts_data` DISABLE KEYS */; INSERT INTO `oc_accounts_data` VALUES (1,'monami','displayname','MonAmi'),(2,'monami','address',''),(3,'monami','website',''),(4,'monami','email','info@knihkupectvi-monami.cz'),(5,'monami','phone',''),(6,'monami','twitter',''),(7,'monami','fediverse',''),(8,'monami','organisation',''),(9,'monami','role',''),(10,'monami','headline',''),(11,'monami','biography',''),(12,'monami','profile_enabled','1'),(61,'ludek','displayname','Luděk Vařák'),(62,'ludek','address',''),(63,'ludek','website',''),(64,'ludek','email','ludek@varak.net'),(65,'ludek','phone',''),(66,'ludek','twitter',''),(67,'ludek','fediverse',''),(68,'ludek','organisation',''),(69,'ludek','role',''),(70,'ludek','headline',''),(71,'ludek','biography',''),(72,'ludek','profile_enabled','1'); /*!40000 ALTER TABLE `oc_accounts_data` 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 2025-08-30 4:11:31