Changes between Version 2 and Version 3 of UoL LAMP HowTo Connect to MySQL Remotely


Ignore:
Timestamp:
10/25/16 11:01:48 (7 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UoL LAMP HowTo Connect to MySQL Remotely

    v2 v3  
    66
    771. 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]]
    99 b. Run the command `ssh {username}@login{xx}.lamp.le.ac.uk -L 4444:127.0.0.1:3306 -N`
    10102. Connect using MySQL Workbench or by running the command `mysql -u {username} -p --port=4444 -h 127.0.0.1`