• User Attivo

    Importare Database MySql

    Buongiorno....

    Sto cercando di importare per la prima volta il data base
    mysql da locale a remoto..
    Ho fatto l'esportazione e ho creato un file *txt (normale?)
    poi sono andato nel data base remoto ho selezionato
    il data base dove importare e ho cliccato su importa..
    ho selezionato il file *txt di prima e ho importato..
    purtroppo ricevo questo segnale di errore:

    Errore

    query SQL:
    -- phpMyAdmin SQL Dump
    -- version 2.9.1.1
    -- h t t p : / / w w w . phpmyadmin . net

    -- Host: localhost
    -- Generato il: 26 Mag, 2008 at 11:18 PM
    -- Versione MySQL: 5.0.27
    -- Versione PHP: 5.2.0

    -- Database: temp

    CREATE DATABASE temp DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;

    Messaggio di MySQL:
    #1044 - Access denied for user 'Sqlxxxxxxxxx to database 'temp'

    qualche aiutino??
    saluti


  • Bannato User Attivo

    Il tuo utente non può creare il DB 'temp', togli la riga > CREATE DATABASE temp DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci;
    e rieseguilo dentro ad un db già presente come daltronde stavi già facendo.

    PS:
    se dopo la riga sopra c'è una risa USE 'temp' o la commenti o la sostituisci con USE 'tuoDBgiàesistente'