MySQL Forums
Forum List  »  Spanish

export acentos y eñes
Posted by: Fernando Chebair
Date: April 21, 2007 12:23PM

Hola,

Al hacer el export de una tabla me da esto:

CREATE TABLE `prueba3` (
`campo1` varchar(10) collate latin1_spanish_ci NOT NULL,
`campo2` varchar(10) collate latin1_spanish_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COLLATE=latin1_spanish_ci;

--
-- Dumping data for table `prueba3`
--

INSERT INTO `prueba3` VALUES ('mañana', 'rocío');

Como veis se me han perdido la "ñ" y el acento de rocío. En la base de datos se ven bien tanto acentos y eñes. Alguna solución para que se exporte bien?
Por cierto uso phpmyadmin ya que no tengo acceso por sistema operativo.
Gracias

Options: ReplyQuote


Subject
Views
Written By
Posted
export acentos y eñes
18263
April 21, 2007 12:23PM
7358
April 23, 2007 09:51AM
6935
May 09, 2007 07:24AM
6195
May 09, 2007 07:44AM
6354
May 10, 2007 02:15AM
5846
May 10, 2007 02:20AM
6305
May 11, 2007 04:57AM
8728
May 11, 2007 05:06AM


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.