Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Mysql errori

  1. #1

    Mysql errori

    Buongiorno stiamo eseguendo un'installazione di un database da riga comando, mi escono alcuni errore che non comprendo:

    1. Al rigo:
    SET @OLD_SQL_MODE=@@SQL_MODO, SQL_MODE='TRADITIONAL';
    error 1231 (42000): variable 'sql_modo' can't be set to the value of 'TRADITIONAL'

    2. al rigo:
    CREATE SCHEMA IF NOT EXISTS '....' DEFAULT CHARACTER SET latin1 ;
    error 1064 (42000):You have an error in your SQL syntax; check the manual that correspndes to your MySQL server version for the right syntax to use near 'SCHEMA IF NOT EXISTS '...' DEFAULT CHARACTER SET latin1' at line 1

    3. al rigo:
    SET SQL _MODE=@OLD_SQL_MODE;
    Error 1231 (42000): Variable 'sql mode' can't be set to the value of 'NULL'


    grazie

  2. #2
    Utente di HTML.it
    Registrato dal
    Jan 2011
    Messaggi
    1,469
    sembra il ripristino di un mysqldump, o qualcosa del genere

    carica il file col notepad++ e purga tutto quanto

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.