Uma excelente tarde a todos.
Estou com uma dificuldade para importar um bd que esta rolando perfeitamente no wamp para um server (Rede Host), se alguem puder me ajudar, sou meio novo no joomla e estou quebrando a cabeça. Desde já agradeço.
problrma no phpmyadmin
Comando SQL:
-- -- Banco de Dados: `mdjr` -- --
-- -- Estrutura da tabela `mdjr_banner` -- CREATE TABLE IF NOT EXISTS `mdjr_banner` ( `bid` int(11) NOT NULL AUTO_INCREMENT, `cid` int(11) NOT NULL DEFAULT '0', `type` varchar(30) NOT NULL DEFAULT 'banner', `name` varchar(255) NOT NULL DEFAULT '', `alias` varchar(255) NOT NULL DEFAULT '', `imptotal` int(11) NOT NULL DEFAULT '0', `impmade` int(11) NOT NULL DEFAULT '0', `clicks` int(11) NOT NULL DEFAULT '0', `imageurl` varchar(100) NOT NULL DEFAULT '', `clickurl` varchar(200) NOT NULL DEFAULT '', `date` datetime DEFAULT NULL, `showBanner` tinyint(1) NOT NULL DEFAULT '0', `checked_out` tinyint(1) NOT NULL DEFAULT '0', `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `editor` varchar(50) DEFAULT NULL, `custombannercode` text, `catid` int(10) unsigned NOT NULL DEFAULT '0', `description` text NOT NULL, `sticky` tinyint(1) unsigned NOT NULL [...]
Mensagens do MySQL : Documentação
#1046 - No database selected