# phpMyAdmin MySQL-Dump # version 2.2.6 # http://phpwizard.net/phpMyAdmin/ # http://www.phpmyadmin.net/ (download page) # # servidor: localhost # Tiempo de Generacion: 18-08-2003 a les 19:06:27 # Version del Servidor: 3.23.51 # Version del PHP: 4.2.2 # Base De Datos : `produccionesmzk` # -------------------------------------------------------- # # Estructura de tabla para tabla `conciertos` # DROP TABLE IF EXISTS conciertos; CREATE TABLE conciertos ( referencia int(11) NOT NULL default '0', ref_grupo int(11) NOT NULL default '0', tituloconcierto varchar(100) NOT NULL default '', fecha varchar(10) NOT NULL default '', ciudad varchar(75) NOT NULL default '', sala varchar(75) NOT NULL default '', info text NOT NULL, precio varchar(50) NOT NULL default '', foto varchar(100) NOT NULL default '' ) TYPE=MyISAM; # # Volcar la base de datos para la tabla `conciertos` # INSERT INTO conciertos VALUES (1, 3, 'MiniFestival La Roca', '2003-09-11', 'La Roca del Vallés (Barcelona)', 'Sala La Roca', 'Concierto junto a Nisei y Nova Vulcano', '¿?', ''); INSERT INTO conciertos VALUES (2, 3, 'Festival Tr3sporCu4tro', '2003-09-12', 'Sant Andreu (Barcelona)', 'Centre Civic', 'Festival Tr3sporCu4tro, con la participación de Tea servants, Tuesday Afternoon, Self Delusion, Eilt, Möno...', '7 Euros', ''); INSERT INTO conciertos VALUES (3, 1, 'Festival Cañamero', '2003-08-16', 'Cañamero (Cáceres)', 'Recinto Festival', 'Festival', '¿?', '');