I have a MySQL server running on host A in my LAN. Host B has an application running that expects a MySQL server listening on default port, locally.
I need something that will listen on host B and relay everything to the real MySQL server.
What am I looking for?