How to link 3306 to localhost's 3306 port if can not connect via remote ssh

 1. If can not connect to 3306 port, then this is the method to link localhost's 3306
ssh user@x.x.x.x -L 15000:localhost:3306

Comments