2013년 6월 30일 일요일

ssh port forwarding to MySQL server in linux machine


 ssh port forwarding to MySQL server in linux machine

#ssh -L 3306:localhost:3306 account@domain.com

#mysql -uroot -p 127.0.0.1

댓글 없음: