Digital Marketing

Using socat as MySQL proxy

On the proxy server:

yum install socat     

socat -d -d -lmlocal2 tcp4-listen:database port,bind=0.0.0.0,reuseaddr,fork tcp4:source_database_ip_address:database_port &

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database