0

I want to ask best server for a simple desktop java application.
Please suggest me a server using which i can port my database files on another computer.
can i have an option of MYSQL server 5.1.
in which i develop my application and then i can easily port it to another computer as it is with database.

2
  • You can consider using Oracle because Oracle export command is really powerful Commented Oct 10, 2013 at 10:49
  • you mean embedded database or not , is it possible for you to install same database on every system your application has ?? Commented Oct 10, 2013 at 11:21

1 Answer 1

1

Not really sure about your application requirements, but for simple application look at embedded databases like Apache Derby.

MySQL and really any other database are also quite straightforward to transfer via data dump/load. In case of MySQL even the data files copy will work.

Sign up to request clarification or add additional context in comments.

1 Comment

also take a look at H2 database as it is written in java and supports being embedded into application unlike MySQL

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.