Answer the question
In order to leave comments, you need to log in
Where to store databases for java application?
I'm just learning to program in java, and programming in general. I pass to window applications. I want to make a program in which people will be indicated in the table. Each person will have a rating inside, which is made up of points received for some achievements. All this data, of course, must be taken from the database and entered into it when it changes. In principle, I figured out how to connect MySQL databases to IntelliJIDEA, but I ran into a problem - where to store the MySQL database itself? On hostings like hostinger.ru, you can create a database, but you cannot connect to them from the outside. I can't keep my local computer and database always on.
Actually, I ask you to tell me, to tell the layman and the newfag, how to solve this problem. Most importantly, it's free.
Answer the question
In order to leave comments, you need to log in
Maybe it will be easier for you to use H2 database in your application!? In process embedded base in the form of a library and you can store data in the file system in the same place where your java application is running
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question