3
I am developing a java desktop application, with java swing and Mysql database. But I need to install this application on several machines and I would like to know an easier way to do this, without having to install Mysql on all machines.
You can install an application using Mysql and not install it on each machine?
I did some research on various forums and suggested the following databases: HSQLDB, Sqlite, Derby, H2 and Firebird.
There is the possibility of hosting the database on some server on the internet.
I would like to know how best to solve this problem.
"All forums I have read mention that it is not possible to install an application using mysql and not to install it on each machine." - That is a gross lie and without any foundation. What forums are these after all?
– Victor Stafusa
I searched in guj, some from here, among others. But is it possible to do this installation ? I will look for the link and put here.
– Jéssica Dias
@Victorstafusa if it is bank standalone it’s not enough to lie.
– user28595
If you want to ship the database together with the application, where each machine will have its own instance, it is not possible to use mysql, because it is based on server. Now if you want to make a database only shared among several machines running your application, it is an option, but as I said, you will need a machine to be the server.
– user28595
diegofm would be the first option you really said, embark along with the application. Which bank can you suggest me ? Thank you for the reply.
– Jéssica Dias