To connect remotely with MYSQL 8 by using SSH from the Microsoft Windows system, perform the following steps:
- Install the SSH client on your local system.
- After starting the SSH client, set the hostname and user ID by which you want to connect with the server.
- Configure port forwarding as follows and save the information:
- For remote forwarding configure: local_port:3306, remote_host:mysqlservername_or_ip, remote_port:3306
- For local forwarding configure: local_port:3306, remote_host:localhost, remote_port:3306
- Log in to the server with the created SSH session.
- In your local Microsoft Windows machine, start any ODBC application, such as Microsoft Access.
- In your local system, create ...