java - How do I make a portable database? -


i'm trying make e-commerce java application exam, i'm clashing against problems database. application client-server, multithread server , distributed in two single .jar files containing 2 interfaces.

the main problem is:

  1. how make database (made in mysql) portable, , executable in host host server?

  2. the host have possibility modify database, in fact should not stay packed in .jar, should unpacked somewhere in file system. application cross-platform, how can manage different file system organization?


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -