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 ?
– Rovann Linhalis
I am using mysql database
– Mtkpc
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.
– Guilherme Nascimento
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
– Rovann Linhalis
I disregarded the issue of contracted hosting, because the question was put "Host ... in windows server".
– Rovann Linhalis
@Guilhermenascimento I have full access to the server, how do I find out which is the address ? I use the mysql provided by xampp.
– Mtkpc
@Túlioparreiracunha is using the
.env
of Laravel?– Guilherme Nascimento
Yes. I can access the database locally. I need to access it outside of windows server.
– Mtkpc
I am using the . env of the Aravel, however there is locally so far.
– Mtkpc
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)?
– Guilherme Nascimento
Access on the internet.
– Mtkpc
Do you have any particular motivation to access mysql externally? It seems to have no connection to your doubt.
– Guilherme Nascimento
I will create a new question and reformulate it. I think I did not express myself well.
– Mtkpc
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?
– Guilherme Nascimento