MySQL Forums
Forum List  »  Italian

Problema di caratteri accentati con batch insert
Posted by: Gianpiero Cicoira
Date: April 11, 2009 01:18PM

Ciao a tutti,
Ho un problema di caratteri con un batch insert.
Se provo ad inserire un grande file sql, inserisci una riga come esempio:

update immobili set descrizione='possibilità di mutuo fino al 70 % palestra pluriuso' where id=1771870;

Con il comando:

mysql --user=root --password=password --database=db --default-character-set=latin1 -B -f -v <realestate.sql

il risultato nel db è il seguente:

descrizione= possibilità di mutuo fino al 70 % palestra pluriuso

con à al posto di à

il character set è latin1 con mysql 5.0.77

Qualche idea?

Options: ReplyQuote


Subject
Views
Written By
Posted
Problema di caratteri accentati con batch insert
6040
April 11, 2009 01:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.