Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Restore database
Message
De
15/02/2018 05:10:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Restore database
Divers
Thread ID:
01658123
Message ID:
01658123
Vues:
44
I'm using VFP9 with MySQL database.

I want to restore MySQL database, if I'm using command:
mysql.exe -umyuser -pmypassw  store1 < allbackup.sql
it works fine

but if I'm using gunzip
gunzip  < allbackup.sql.gz  | mysql.exe -umyuser -pmypassw  store1
I get error message: table mytable1 already exist.

how can I force overwrite the database if using gunzip?

Thanks in advance
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform