Changes between Version 2 and Version 3 of UoL LAMP HowTo Connect to MySQL Remotely
- Timestamp:
- 10/25/16 11:01:48 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UoL LAMP HowTo Connect to MySQL Remotely
v2 v3 6 6 7 7 1. First create a ssh tunnel using one of these methods: 8 a. Putty 8 a. Putty - See [[https://www.electrictoolbox.com/putty-create-ssh-port-tunnel/|Create SSH tunnel using putty]] 9 9 b. Run the command `ssh {username}@login{xx}.lamp.le.ac.uk -L 4444:127.0.0.1:3306 -N` 10 10 2. Connect using MySQL Workbench or by running the command `mysql -u {username} -p --port=4444 -h 127.0.0.1`