C
C
CorruptedMAn2014-09-03 17:29:17
MySQL
CorruptedMAn, 2014-09-03 17:29:17

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

4 answer(s)
M
Maxim Grechushnikov, 2014-09-03
@CoruptedMAn

sqlite

A
a_f0x, 2014-09-03
@a_f0x

put a muscle on the router :D

V
Vitaly, 2014-09-05
@silverhawk90

https://www.freehosting.com/

I
igor_suhorukov, 2014-09-11
@igor_suhorukov

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 question

Ask a Question

731 491 924 answers to any question