Buen día, estoy empezando en esto de la hecha de paginas web y estoy queriendo cargar una base de datos de una pagina creada en Joomla que me paso un compañero pero al quererlo cargar a Xampp me tira este error:
-- Base de datos: `upcv2test`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `fwgbi_assets`
--
CREATE TABLE `fwgbi_assets` (
`id` int(10) unsigned NOT NULL COMMENT 'Primary Key',
`parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
`lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
`rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
`level` int(10) unsigned NOT NULL COMMENT 'The cached level in the nested tree.',
`name` varchar(50) NOT NULL COMMENT 'The unique name for the asset.\n',
`title` varchar(100) NOT NULL COMMENT 'The descriptive title for the asset.',
`rules` varchar(5120) NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8;
MySQL ha dicho: Documentación
#1046 - No database selected