Implementation of a system on the server [closed]

-1

I have to install a java application whose database is on the server.

But I have doubts about the process, through surveys, it concludes that I have to only install MYSQL on the server, and on the connection of my system set the IP with the IP of the server, however my doubt is the following, which tool do I have to install on the server to put my database? the process is the same as I described (change ip and etc)?

    
asked by anonymous 17.12.2015 / 06:18

1 answer

-1

Normally your hosting provider already installs MySql automatically for you and provides a control panel for your domain where you can create the database. After creating the database you enter the IP of your server, the name of the database you have created, the database user name and the password to access the database (these are the so-called credentials, which you will choose / inform at the time the database was created on the server).

    
17.12.2015 / 07:20