in port forwarding , all you are saying is !!ok, if server1 gets any
connection on port 3307 then forward that connection to port 3306 on
server2, so essentially the connection on server2 for Mysql is coming from
the client on server1 , so the user you are using to connect to server2 from
server1
> Bing Du wrote:
>
>>Hello everyone,
>>
>>What I'm after is trying to figure out a way to centrally and remotely
>>managing (e.g. on server1) our MySQL servers (server2 is an example) on
>>different machines. Right now, these MySQL servers are all set up to
>> only
>>accept logons from localhost.
Bing Du wrote:
Hello everyone,
What I'm after is trying to figure out a way to centrally and remotely
managing (e.g. on server1) our MySQL servers (server2 is an example) on
different machines. Right now, these MySQL servers are all set up to only
accept logons from localhost. My questions:
Hello everyone,
What I'm after is trying to figure out a way to centrally and remotely
managing (e.g. on server1) our MySQL servers (server2 is an example) on
different machines. Right now, these MySQL servers are all set up to only
accept logons from localhost. My questions:
1. server1 has to