Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/03/2008, 13:42
lucasarts_18
 
Fecha de Ingreso: enero-2007
Mensajes: 272
Antigüedad: 17 años, 4 meses
Puntos: 5
Re: mysqldump no reconocido como comando interno

Hola:

Acá te dejo la secuencia que hago desde la consola MS-DOS.

Cita:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Aaron Garcia A>cd..

C:\Documents and Settings>cd..

C:\>mysql -u root -p
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 7
Server version: 5.0.45-community-nt-log MySQL Community Edition (GPL)

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

mysql> mysqldump cabo > copia_seguridad.sql
-> ;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'mysql
dump cabo > copia_seguridad.sql' at line 1
mysql>
Gracias por responder, ese es un solo ejemplo que he intentado, generalmente el error casi siempre es el mismo.

Hasta Luego .-