MySql server with Xampp to be accessed by another machine? [closed]

1

I am a complete beginner in tinkering with web programming and local and remote servers, my notion on these subjects is quite partial. Well, I have a system that will need to access a Mysql database. But this server with the database must be on another machine, that is, I need to remotely access the local network where mysql is located with xampp.

I researched the subject in several places, several of them, and because I really knew very little about it, I ended up getting confused more and more. My question is how can I create and / or configure a mysql server with xampp so I can access it remotely? would I need another isolated network for the two machines? Or release online access?

Thanks in advance for your attention.

Note: I can access the bank via the local network of the machine using xampp, but the intention was to prove the access via Ip so that I can access it through another machine.

    
asked by anonymous 25.08.2016 / 16:53

1 answer

2

If I understood your question well, you want your database to be made available on other machines. So on a local network just put the IP of the machine where xammp is installed.

Example 192.168.1.100

25.08.2016 / 20:26