SA-MP Forums Archive
Setting a MySQL server using WAMP - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Setting a MySQL server using WAMP (/showthread.php?tid=423545)



Setting a MySQL server using WAMP - Jaber_Brown - 18.03.2013

I want to start a test server, but WAMP IP is configured only for Local stuff, which is 127.0.0.1, How can I set it up and change it to Public IP


Re: Setting a MySQL server using WAMP - Bikken - 18.03.2013

You can't, basically EVERYONE'S WAMP/XAMPP is 127.0.0.1, which is commonly known as "localhost", so in your MySQL settings, you add your DB host as localhost.


Re: Setting a MySQL server using WAMP - Jaber_Brown - 18.03.2013

So, there is no way to start MySQL server with a public IP ?


Re: Setting a MySQL server using WAMP - Bikken - 18.03.2013

Either you bought/have a MySQL config in your server/host, there will be a unique IP. So, basically, no.


Re: Setting a MySQL server using WAMP - Jaber_Brown - 18.03.2013

Alright, thank you. +REP


Re: Setting a MySQL server using WAMP - Vince - 18.03.2013

Why would you need to start a MySQL server on a public IP? A MySQL server is typically run on the localhost (127.0.0.1) or on the LAN (192.168.0.0/24 or 172.16.0.0/12 or 10.0.0.0/ to minimize delays and security risks.


Re: Setting a MySQL server using WAMP - Silentfood - 19.03.2013

-snip-