On Wed, 28 Nov 2007 12:57:25 +0100 (CET)
"Alicia Amadoz"<[EMAIL PROTECTED]> wrote:
> Hi,
>
> I want to copy some databases to a new server and I have tried to
> backup my databases with mysqldump in the old server, then copy those
> files to the new server and recover them with mysqldump again. T
recovering from mysqldump
Hi,
I want to copy some databases to a new server and I have tried to backup
my databases with mysqldump in the old server, then copy those files to
the new server and recover them with mysqldump again. The problem is
that when doing,
>mysqldump -u root -p mydb < mydb_back
Hi,
I want to copy some databases to a new server and I have tried to backup
my databases with mysqldump in the old server, then copy those files to
the new server and recover them with mysqldump again. The problem is
that when doing,
>mysqldump -u root -p mydb < mydb_backup.sql
the message that