How to free mysql server for external access?

Asked

Viewed 33 times

0

I hosted a web application using iis on windows server, but need to let the online database other applications access it.

How to free mysql server for external access so I can use in other applications?

Is it possible to release using IIS? I am using the Mysql database

  • what is the database ?

  • I am using mysql database

  • If it is a contracted hosting you should see if they provide mysql, otherwise you will not have how, if it is a server which you have full control just point the address of the mysql server.

  • so... the bank can’t "host on IIS", IIS is WEB server, will provide web services... HTTP / FTP ... for the database to be online, just be installed on the server, and the freed connections (routes, firewall...) done this, will be "online" in the public ip of the server

  • I disregarded the issue of contracted hosting, because the question was put "Host ... in windows server".

  • @Guilhermenascimento I have full access to the server, how do I find out which is the address ? I use the mysql provided by xampp.

  • @Túlioparreiracunha is using the .env of Laravel?

  • Yes. I can access the database locally. I need to access it outside of windows server.

  • I am using the . env of the Aravel, however there is locally so far.

  • It will be a machine on the same network that will access your mysql or you want to access mysql on the "internet" (from any computer connected via ISP)?

  • Access on the internet.

  • Do you have any particular motivation to access mysql externally? It seems to have no connection to your doubt.

  • I will create a new question and reformulate it. I think I did not express myself well.

  • Ah doesn’t need a new question, let me get it. So answer me one thing, Windows Server and the network you are allowed to release ports and firewall?

Show 9 more comments
No answers

Browser other questions tagged

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