D7net Mini Sh3LL v1
Current File : //../srv/../../../boot/../home/ubuntu/utente.sql |
-- MySQL dump 10.13 Distrib 5.5.62, for debian-linux-gnu (x86_64)
--
-- Host: localhost Database:
-- ------------------------------------------------------
-- Server version 5.5.62-0ubuntu0.14.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 */;
--
-- Current Database: `informatica`
--
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `informatica` /*!40100 DEFAULT CHARACTER SET latin1 */;
USE `informatica`;
--
-- Table structure for table `utente`
--
DROP TABLE IF EXISTS `utente`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `utente` (
`uid` varchar(50) NOT NULL,
`nome` varchar(50) NOT NULL,
`cognome` varchar(50) NOT NULL,
`email` varchar(50) NOT NULL,
`telefono` varchar(20) NOT NULL,
`struttura` varchar(50) NOT NULL,
`ruolo` int(11) NOT NULL,
`id` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=latin1;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `utente`
--
LOCK TABLES `utente` WRITE;
/*!40000 ALTER TABLE `utente` DISABLE KEYS */;
INSERT INTO `utente` VALUES ('antonello.cioffi','Antonello','CIOFFI','antonello.cioffi@uniparthenope.it','081-5475292','Ufficio Servizi Informatici',1,1),('francesco.rossi','Francesco','ROSSI','francesco.rossi@uniparthenope.it','081-5476683','Ufficio Servizi Informatici',1,2),('mario.manzo','Mario','MANZO','mario.manzo@uniparthenope.it','081-5474440','Ufficio Servizi Informatici',1,3),('nunzio.napolitano','Nunzio','NAPOLITANO','nunzio.napolitano@uniparthenope.it','081-5476634','Ufficio Servizi Informatici',1,4),('centro_pc2','','portatile 2','centro_pc2@uniparthenope.it','','',0,6);
/*!40000 ALTER TABLE `utente` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Temporary table structure for view `xoperatore`
--
DROP TABLE IF EXISTS `xoperatore`;
/*!50001 DROP VIEW IF EXISTS `xoperatore`*/;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE TABLE `xoperatore` (
`cognome` tinyint NOT NULL,
`nome` tinyint NOT NULL,
`numero` tinyint NOT NULL
) ENGINE=MyISAM */;
SET character_set_client = @saved_cs_client;
--
-- Temporary table structure for view `xsede`
--
DROP TABLE IF EXISTS `xsede`;
/*!50001 DROP VIEW IF EXISTS `xsede`*/;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE TABLE `xsede` (
`sede` tinyint NOT NULL,
`numero` tinyint NOT NULL
) ENGINE=MyISAM */;
SET character_set_client = @saved_cs_client;
--
-- Temporary table structure for view `xtipo`
--
DROP TABLE IF EXISTS `xtipo`;
/*!50001 DROP VIEW IF EXISTS `xtipo`*/;
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
/*!50001 CREATE TABLE `xtipo` (
`tipo` tinyint NOT NULL,
`numero` tinyint NOT NULL
) ENGINE=MyISAM */;
SET character_set_client = @saved_cs_client;
--
-- Current Database: `informatica`
--
USE `informatica`;
--
-- Current Database: `mysql`
--
USE `mysql`;
--
-- Current Database: `nautiche`
--
USE `nautiche`;
--
-- Current Database: `phpmyadmin`
--
USE `phpmyadmin`;
--
-- Current Database: `supporto`
--
USE `supporto`;
--
-- Final view structure for view `xoperatore`
--
/*!50001 DROP TABLE IF EXISTS `xoperatore`*/;
/*!50001 DROP VIEW IF EXISTS `xoperatore`*/;
/*!50001 SET @saved_cs_client = @@character_set_client */;
/*!50001 SET @saved_cs_results = @@character_set_results */;
/*!50001 SET @saved_col_connection = @@collation_connection */;
/*!50001 SET character_set_client = utf8 */;
/*!50001 SET character_set_results = utf8 */;
/*!50001 SET collation_connection = utf8_general_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `xoperatore` AS select `utente`.`cognome` AS `cognome`,`utente`.`nome` AS `nome`,count(0) AS `numero` from (`richiesta` join `utente`) where (`richiesta`.`operatore` = `utente`.`id`) group by `utente`.`cognome` limit 0,30 */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;
--
-- Final view structure for view `xsede`
--
/*!50001 DROP TABLE IF EXISTS `xsede`*/;
/*!50001 DROP VIEW IF EXISTS `xsede`*/;
/*!50001 SET @saved_cs_client = @@character_set_client */;
/*!50001 SET @saved_cs_results = @@character_set_results */;
/*!50001 SET @saved_col_connection = @@collation_connection */;
/*!50001 SET character_set_client = utf8 */;
/*!50001 SET character_set_results = utf8 */;
/*!50001 SET collation_connection = utf8_general_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `xsede` AS select `richiesta`.`sede` AS `sede`,count(0) AS `numero` from `richiesta` group by `richiesta`.`sede` limit 0,30 */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;
--
-- Final view structure for view `xtipo`
--
/*!50001 DROP TABLE IF EXISTS `xtipo`*/;
/*!50001 DROP VIEW IF EXISTS `xtipo`*/;
/*!50001 SET @saved_cs_client = @@character_set_client */;
/*!50001 SET @saved_cs_results = @@character_set_results */;
/*!50001 SET @saved_col_connection = @@collation_connection */;
/*!50001 SET character_set_client = utf8 */;
/*!50001 SET character_set_results = utf8 */;
/*!50001 SET collation_connection = utf8_general_ci */;
/*!50001 CREATE ALGORITHM=UNDEFINED */
/*!50013 DEFINER=`root`@`localhost` SQL SECURITY DEFINER */
/*!50001 VIEW `xtipo` AS select `richiesta`.`tipo` AS `tipo`,count(0) AS `numero` from `richiesta` group by `richiesta`.`tipo` limit 0,30 */;
/*!50001 SET character_set_client = @saved_cs_client */;
/*!50001 SET character_set_results = @saved_cs_results */;
/*!50001 SET collation_connection = @saved_col_connection */;
/*!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-17 0:05:04
AnonSec - 2021 | Recode By D7net