Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Replace MySQL database
Message
From
29/12/2010 01:57:16
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Replace MySQL database
Miscellaneous
Thread ID:
01494078
Message ID:
01494078
Views:
111
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
Reply
Map
View

Click here to load this message in the networking platform