Dump your source database to a file using
mysqldump --database <databasename> -h <server> -u <username> -p > c:\dump.sql
Enter password when prompted.
Now execute the script in the target using
source c:\dump.sql
Thursday, June 9, 2011
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment