mysql port

04/23/2009 07:49 hio77#1
hey all,

dose anyone have any idea how you would change the port for the servers to say port 3307 ... i can't use the default port for this so it comes to trying to do this :D i have tried things like 127.0.0.1:3307 as most applications would take but that doesn't work Iver


thanks all


hio77:rolleyes:
04/23/2009 17:41 Spy520#2
I think you can edit this by using the WinMySQLAdmin but i don't think you will be able to change the Server configs to connect to that Port.
04/23/2009 22:44 hio77#3
Quote:
Originally Posted by Spy520 View Post
I think you can edit this by using the WinMySQLAdmin but i don't think you will be able to change the Server configs to connect to that Port.
configuring the mysql is the easy part ... i dont use winmysqladmin iver its un needed a simple service dose all its work
04/24/2009 10:08 forcer#4
gameserver/acc server won't accept any other port, it's hardcoded.
04/24/2009 10:40 hio77#5
Quote:
Originally Posted by forcer View Post
gameserver/acc server won't accept any other port, it's hardcoded.
ok thanks .... gess im back to finding some way to proxy it then ... any one got any ideas on a tcp/udp proxy ... there is a mysql proxy but it is for linux :D
04/24/2009 11:35 funhacker#6
Quote:
Originally Posted by forcer View Post
gameserver/acc server won't accept any other port, it's hardcoded.
in theory if you could locate the part in debug could you not change the port number?..
04/24/2009 13:12 hio77#7
Quote:
Originally Posted by funhacker View Post
in theory if you could locate the part in debug could you not change the port number?..
you posibly could but i kinda dont really know much about debugging so someone else wana help with that one?
04/24/2009 15:05 rexes13#8
Quote:
Originally Posted by funhacker View Post
in theory if you could locate the part in debug could you not change the port number?..
debugging or dissasembling??can u specify it?
04/25/2009 00:30 hio77#9
Quote:
Originally Posted by rexes13 View Post
debugging or dissasembling??can u specify it?
which ever dose the job :P
04/25/2009 07:43 funhacker#10
Quote:
Originally Posted by rexes13 View Post
debugging or dissasembling??can u specify it?
I did specify I said debug right?

aka Machine code

It has to hold the value 3306 thus if you opened through a debugger and somehow got ahold of where this value is within the exe or library then you could change it
04/25/2009 12:51 hio77#11
Quote:
Originally Posted by funhacker View Post
I did specify I said debug right?

aka Machine code

It has to hold the value 3306 thus if you opened through a debugger and somehow got ahold of where this value is within the exe or library then you could change it

:D well i decided to go the lazy way .... 1 mysql server 2 servers ... a cross 2 computers :rolleyes::rolleyes: