Afficher un message
Vieux 29/04/2006, 21h38   #1
Vadim
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut mysqldump restore db syntax

Hi!

I succesfully exported my locally stored db using the following syntax:
mysqldump -u root --password=111 finance > sqlbk.dump

Now I created another empty db finance2 (on the same Mysql server) and
try to restore their my finance db:

mysqldump -u root --password=111 finance2 < sqlbk.dump

Restore begins to run. I get all the "SET" lines printed, but nothing
is imported.

What am I doing worng?

Thanks a lot in advance!
Vadim

  Réponse avec citation
 
Page generated in 0,04705 seconds with 9 queries