Jump to content
7 posts in this topic

Recommended Posts

Hey is anyone here familiar with MySQL? I've been looking and I cannot find anything on the WWW on how to make it public. Google is too clogged with info about MySQL being a public database, but not anything about how to get it public so that others can access it. I'm pretty sure there is probably just a configure file that you replace localhost with your IP address, but I cannot seem to find it and didn't know if there was other stuff I had to do like which ports to open and such. Any help would be preeshed on this. Thanks in advance!

Link to comment
https://www.insanelymac.com/forum/topic/82410-public-mysql-database/
Share on other sites

DMZ access is excessive, it's a huge security hole, knowing your ip i could attack your server with just a couple of commands

 

all depends on your needs, if you want to make it usable thru a web browser you need to open port 80 on your router

if you just need to share the database for other purposes, you need to open mysql port(i don't remember it right now)

This doesn't make sense.

 

Are you running MySQL on your personal machine and want to access your databases from outside your home network?

 

Or is MySQL on your remote web server with a hosting company... and you want to do something... public... with it?

 

Please, be more specific.

×
×
  • Create New...