Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/06/2010, 02:58
quimfv
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Sabadell
Mensajes: 4.897
Antigüedad: 16 años, 1 mes
Puntos: 574
Respuesta: Cambio en Mysql [Client]

--default-character-set=charset_name

Use charset_name as the default character set for the client and connection.

A common issue that can occur when the operating system uses utf8 or another multi-byte character set is that output from the mysql client is formatted incorrectly, due to the fact that the MySQL client uses the latin1 character set by default. You can usually fix such issues by using this option to force the client to use the system character set instead.

See Section 9.5, “Character Set Configuration”, for more information.

Minúscula???

Los guiones se ponen cuando se trata de opciones o modificadores de otros comandos...???


Quim