# 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:43 # Version del Servidor: 3.23.51 # Version del PHP: 4.2.2 # Base De Datos : `produccionesmzk` # -------------------------------------------------------- # # Estructura de tabla para tabla `fotos` # DROP TABLE IF EXISTS fotos; CREATE TABLE fotos ( referencia int(11) NOT NULL default '0', ref_grupo int(11) NOT NULL default '0', foto varchar(255) NOT NULL default '', minifoto varchar(255) NOT NULL default '', fotografo varchar(100) NOT NULL default '', explicacion mediumtext NOT NULL ) TYPE=MyISAM; # # Volcar la base de datos para la tabla `fotos` # INSERT INTO fotos VALUES (1, 3, '/maple/maple01.jpg', '/maple/minimaple01.jpg', '¿?', 'Foto promocional "The Daily Charm"'); INSERT INTO fotos VALUES (2, 3, '/maple/maple02.jpg', '/maple/minimaple02.jpg', '¿?', 'Foto promocional "The Daily Charm"'); INSERT INTO fotos VALUES (3, 3, '/maple/maple03.jpg', '/maple/minimaple03.jpg', 'Elena García', 'Foto en directo'); INSERT INTO fotos VALUES (4, 3, '/maple/maple04.jpg', '/maple/minimaple04.jpg', 'Núria Ferré', 'Foto en directo - Sala Siroco Madrid - 13 Junio 2003'); INSERT INTO fotos VALUES (5, 3, '/maple/maple05.jpg', '/maple/minimaple05.jpg', 'Núria Ferré', 'Foto en directo - Sala Siroco Madrid - 13 Junio 2003');