Jump to content

Importar Base de Datos


alberto.munoz

Recommended Posts

Hola que tal!

Tengo un drama con la subida de la base sql al Hosting

La base de datos fue exportada de phpMyAdmin de Wampserver

y al subirla al Hosting

 

Error

 

consulta SQL:

--

-- Base de datos: `base`

--

-- --------------------------------------------------------

--

-- Estructura de tabla para la tabla `administrador`

--

USE base;

 

MySQL ha dicho:

 

#1044 - Access denied for user 'eleycomc'@'localhost' to database 'base'

 

La Base contiene

-- phpMyAdmin SQL Dump

-- version 3.2.0.1

-- http://www.phpmyadmin.net

--

-- Servidor: localhost

-- Tiempo de generación: 18-12-2011 a las 20:46:29

-- Versión del servidor: 5.1.36

-- Versión de PHP: 5.3.0

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";

 

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;

/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;

/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;

/*!40101 SET NAMES utf8 */;

--

-- Base de datos: `base`

--

-- --------------------------------------------------------

--

-- Estructura de tabla para la tabla `administrador`

--

USE base; CREATE TABLE IF NOT EXISTS `administrador` (

`rut` text NOT NULL,

`dv` text NOT NULL,

`nombre` text NOT NULL,

`apellido_p` text NOT NULL,

`email` text NOT NULL,

`pass` text NOT NULL,

`id_usuario` int(11) NOT NULL AUTO_INCREMENT,

PRIMARY KEY (`id_usuario`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=10 ;

--

-- Volcar la base de datos para la tabla `administrador`

--

INSERT INTO `administrador` (`rut`, `dv`, `nombre`, `apellido_p`, `email`, `pass`, `id_usuario`) VALUES

(.....Los datos

 

lo unico que modifique fue agregar USE base; al create table que daba un error mucho mas raro.

Favor ayuda que estoy hace dias con el problema

Edited by AshWilliams
Link to comment
Share on other sites

Edite el tema por la imagen que pusiste...la tuve que quitar porque pedia usuario y password de eleycom.cl para poder visualizarla. En el cPanel de tu hosting deberías poder crear tu base de datos desde cero y ver si asi no te da problemas...sino deberías consultar al soporte de hosting para que te guien, en general se demoran poco tiempo en responder.

 

 

Saludos :krider:

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...