0byt3m1n1
Path:
/
data
/
3
/
0
/
136
/
105
/
136105
/
meta
/
137832
/
mysql.backup
/
[
Home
]
File: mailing_db.mysqlv115.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv115 Database: mailing_db -- ------------------------------------------------------ -- Server version 5.0.91 /*!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 `datos_mailing` -- DROP TABLE IF EXISTS `datos_mailing`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `datos_mailing` ( `id_usuario` int(11) NOT NULL auto_increment, `nombre` varchar(200) NOT NULL, `empresa` varchar(200) NOT NULL, `telefono` varchar(15) NOT NULL, `servicio` tinyint(1) NOT NULL, `correo` varchar(50) NOT NULL, `giro` varchar(50) NOT NULL, `url` varchar(255) NOT NULL, PRIMARY KEY (`id_usuario`) ) ENGINE=MyISAM AUTO_INCREMENT=32 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `datos_mailing` -- LOCK TABLES `datos_mailing` WRITE; /*!40000 ALTER TABLE `datos_mailing` DISABLE KEYS */; INSERT INTO `datos_mailing` VALUES (1,'ricardo Yáñez','posicionart','2451565',0,'','','contacto.htm'),(2,'Humberto','CF','4422813286',0,'','','contacto.htm'),(3,'ricardo Yáñez','','',0,'ryanez@posicionart.com','Servicio','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(4,'ricardo Yáñez','','',0,'ryanez@posicionart.com','Servicio','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(5,'Humberto Robinson','','',0,'hrobinson@callfasst.com','Servicio','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(6,'Ricardo Yáñez','','',0,'ryanez@posicionart.com','Servicio','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(7,'prueba de pdf','','',0,'aleal@posicionart.com','Servicio','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(8,'Humberto Robinson','','',0,'hrobinson@callfasst.com','Servicio','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(9,'ivett','celtas','4421795044',0,'','','contacto.htm'),(10,'Humberto Robles','Frecura','4422813286',0,'','','contacto.htm'),(11,'Jesus Gerardo Gonzalez Flores','','',0,'jgonzalezf@celtas.com.mx','Comercial','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(12,'xx','','',0,'x@x.com','Servicio','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(13,'Juan Carlos Morales Crippa','Comunicación Digital para Oficinas S. A. de C. V.','3074614 y 442',0,'','','fidelidad_clientes.htm'),(14,'Prueba Posicionart nuevo correo','Posicionart','44210555555',0,'','','fidelidad_clientes.htm'),(15,'Prueba Posicionart nuevo correo','Posicionart','44210555555',0,'','','fidelidad_clientes.htm'),(16,'Ricardo Rodriguez','Tecnogolf','2460147',0,'','','fidelidad_clientes.htm'),(17,'Alfonso García','SISTCP','442 2959300',0,'','','fidelidad_clientes.htm'),(18,'Alfonso García','SISTCP','442 2959300',0,'','','fidelidad_clientes.htm'),(19,'prueba correo','brian posicionart','131231231',0,'','','fidelidad_clientes.htm'),(20,'prueba correo','posicionart','13123131231',0,'','','contacto.htm'),(21,'prueba correo posicionart','','',0,'ryanez@posicionart.com','Industrial','http://www.callfasst.com/mailing_contacto/pdf8claves.htm'),(22,'Carlos valencia','Grupo soluciones siempre sa de cv','4421230201',0,'','','fidelidad_clientes.htm'),(23,'Ricardo Yáñez','Posicionart','2222222222',0,'','','fidelidad_clientes.htm'),(24,'prueba de correo','Posicionart','8423427437234',0,'','','fidelidad_clientes.htm'),(25,'prueba de correo','Posicionart','8423427437234',0,'','','fidelidad_clientes.htm'),(26,'prueba de correo','aleal@posicionart.com','881283123',0,'','','fidelidad_clientes.htm'),(27,'prueba de correo','Posicionart','8423427437234',0,'','','fidelidad_clientes.htm'),(28,'prueba de correo','Posicionart','8423427437234',0,'','','fidelidad_clientes.htm'),(29,'prueba de correo d','Posicionart','8423427437234',0,'','','fidelidad_clientes.htm'),(30,'Ricardo Yáñez','Posicionart- enviado como prueba','2222222222',0,'','','fidelidad_clientes.htm'),(31,'Ricardo Yáñez','PRUEBA DE POSICIONAR EN MAILING REAL','2222222222',0,'','','fidelidad_clientes.htm'); /*!40000 ALTER TABLE `datos_mailing` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'mailing_db' -- DELIMITER ;; DELIMITER ; /*!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 2017-05-19 12:08:40