A “QuickNote” about how to connect MATLAB to a remote MySQL server through an SSH tunnel. (updated 12/21/2011 to avoid port issues with Cisco VPN) Why: The server only accepts encrypted connections and I couldn’t figure out an easy way to use SSL directly within the JDBC driver. Additional note: the server’s main role is… Continue reading MATLAB to MySQL through SSH tunnel