Implementing a system on the server

Asked

Viewed 32 times

-1

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

However I have doubts about the process, through searches, I conclude that I only have to install Mysql on the server, and in the connection of my system set the IP with the server IP, but my doubt is the following, which tool I have to install on the server to put my database ? the process is the same as I described (change ip and etc) ?

  • Welcome to the Stackoveroflow site. The questions should be about a specific programming problem, a software algorithm. For further understanding, see Help Center > Asking.

1 answer

-1


Usually your hosting provider already automatically installs Mysql for you and provides a control panel for your domain where you can create the database. After creating the database you inform the IP of your server, the name of the database you created, the name of the user of the database and the password of access to the database( these are the credential calls, which you will choose/inform at the time of creation of the database on the server).

Browser other questions tagged

You are not signed in. Login or sign up in order to post.