Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace MySQL database
Message
De
29/12/2010 01:57:16
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Replace MySQL database
Divers
Thread ID:
01494078
Message ID:
01494078
Vues:
112
I want to replace the MySQL database.

I did it this way:
echo Drop old database 
drop database
echo Restore new database, the file is data.sql
cd C:\Program Files\MySQL\MySQL Server 5.1\bin
mysql.exe -umybranch -pmypass < data.sql
I checked with Administrator it's restored. but when I ran the app from VFP, it was not connected.
I guess it has something to do with the grant.

any help?
thanks

regards,

Jerry
Répondre
Fil
Voir

Click here to load this message in the networking platform