medinacelicr
New Member
- Messages
- 13
- Reaction score
- 0
- Points
- 0
He creado una pagina en local y ahora quiero subirla al hosting, pero resulta que al intentar subir la bd al dominio, al intentar importarla me da el siguiente error:
como puedo solucionarlo.
Gracias de antemano.
Code:
[B]Error[/B]
[B]consulta SQL:[/B]
--
-- Base de datos: `medinacelicomunidad161`
--
-- --------------------------------------------------------
--
-- Estructura de tabla para la tabla `jos_assets`
--
CREATETABLE`jos_assets` ( `id` int( 10)unsigned NOTNULLAUTO_INCREMENTCOMMENT'Primary Key',
`parent_id` int( 11)NOTNULL default'0' COMMENT'Nested set parent.',
`lft` int( 11)NOTNULL default'0' COMMENT'Nested set lft.',
`rgt` int( 11)NOTNULL default'0' COMMENT'Nested set rgt.',
`level` int( 10)unsigned NOTNULLCOMMENT'The cached level in the nested tree.',
`name` varchar( 50)NOTNULLCOMMENT'The unique name for the asset.\n',
`title` varchar( 100)NOTNULLCOMMENT'The descriptive title for the asset.',
`rules` varchar( 5120)NOTNULLCOMMENT'JSON encoded access control.',
PRIMARYKEY (`id`) ,
UNIQUEKEY`idx_asset_name` (`name`) ,
KEY`idx_lft_rgt` (`lft` ,`rgt`) ,
KEY`idx_parent_id` (`parent_id`)
) ENGINE=MYISAMDEFAULT CHARSET= utf8 AUTO_INCREMENT=232;
[B]MySQL ha dicho: [/B][URL="http://dev.mysql.com/doc/refman/5.0/es/error-messages-server.html"][IMG]https://stoli.x10hosting.com:2083/3rdparty/phpMyAdmin/themes/original/img/b_help.png[/IMG][/URL]
#1046 - No database selected
como puedo solucionarlo.
Gracias de antemano.