File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes How can I copy my database? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "How can I copy my database?" Watch "How can I copy my database?" New topic
Author

How can I copy my database?

Elahe Shafie
Ranch Hand

Joined: Dec 12, 2001
Posts: 291
Hi friends,
I want to copy my database(MySql)to put in another computer and my environment is windows2000. could you please tell me how can I do that?
In mysql manual as I found out the command is for unix environment.
Please advise...
Many thanks,
ELahe


Thanks,
Elahe
Dennis Chen
Greenhorn

Joined: Aug 15, 2001
Posts: 10
look into the directory where you installed mysql and there should be a data directory ie c:\mysql\data
look for your database and copy the whole dir over to your w2k box. easy as that
DC
Elahe Shafie
Ranch Hand

Joined: Dec 12, 2001
Posts: 291
Thanks DC
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can I copy my database?
 
Similar Threads
import database
need help installer for java web application
Back of database
Error while starting jboss(java.lang.ClassNotFoundException: No ClassLoaders found for: com.mysql.j)
Migrating the test data to dev environment in Oracle