ssh -fNg -L 3307:remotehost:3306 username@remotehost mysql -P 3307 -h remotehost -u username -p
Use 3307 as the port if running MySQL on the local box too.
Popularity: 1%
ssh -fNg -L 3307:remotehost:3306 username@remotehost mysql -P 3307 -h remotehost -u username -p
Use 3307 as the port if running MySQL on the local box too.
Popularity: 1%
Previous post: MySQL Security Primer
Next post: Finding That Perfect Domain Name