i have a server that uses linux (centos) without root access, i want to know if i can forward a port 10000 to localhost:3306 using ssh or without installing any software?
so that when i access that server on port 10000, it will connect to that computer's localhost port 3306..
normally i would use Pound, but on that server i don't have root access.. how to do this using ssh?