10 messages in com.mysql.lists.mysql-esRe: Errores de Mysql en español?
FromSent OnAttachments
miguel solorzano05 May 2003 10:47 
miguel solorzano05 May 2003 11:10 
Jorge García \(UniverCiudad\)05 May 2003 11:22 
Jorge García \(UniverCiudad\)05 May 2003 11:55 
FoxCarlos06 May 2003 05:39 
miguel solorzano06 May 2003 05:51 
Jorge Carlos Franco06 May 2003 05:51 
Jesús Gómez06 May 2003 06:05 
Lic. Rodolfo Gonzalez Gonzalez14 May 2003 15:27 
Marcelo Rodriguez Salinas03 Jun 2003 10:27 
Subject:Re: Errores de Mysql en español?
From:FoxCarlos (foxc@cantv.net)
Date:05/06/2003 05:39:49 AM
List:com.mysql.lists.mysql-es

Saludos desde Venezuela, Miguel me puedes decir como hago lo mismo pero para Windows porque lo copio tal cual y me genera un error Esto fue lo que hice.... C:\mysql\bin>mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 440273 to server version: 4.0.2-alpha-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> mysqld --standalone --console --language=spanish; ERROR 1064: You have an error in your SQL syntax near 'mysqld --standalone --console --language=s panish' at line 1 mysql>

At 13:22 05/05/2003 -0500, Jorge García \(UniverCiudad\) wrote: Hola,

Saludos, alguien sabe como traducir los errores de Mysql al español?

Usa la variable --language=spanish

ejemplo:

c:\mysql\bin>mysqld --standalone --console --language=spanish mysqld: preparado para conexiones

c:\mysql\bin>mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 1 to server version: 3.23.57-max-debug

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> use db_no_existe; ERROR 1049: Base de datos desconocida 'db_no_existe'