Connect to Remote MySQL database
This is a generalized set of instructions on how to connect to a MySQL database stored on a remote server using SSH. Currently these instructions were tested in Microsoft Windows using the application MySQL Workbench to connect to the Codd server but should work for other operating systems and servers that support MySQL Workbench.
Connect using MySQL Workbench
Microsoft Windows
- Download and install MySQL Workbench
- Start the MySQL Workbench application by going to Start → MySQL Workbench or typing
mysql workbench
into the Start Menu
-
- Under Connection Name, type the short name of the server:
Codd
- Under Connection Method, select Standard TCP/IP over SSH
- Under SSH Hostname, type the full name of the server:
codd.cs.gsu.edu
- Under SSH Username, type your GSU Username
Example:jdoe23
- Under MySQL Hostname, keep the default value: 127.0.0.1
- Under MySQL Server Port, keep the default value: 3306
- Under Username, type your GSU Username
- If the test was successful, click OK
- You may now connect to the database by double-clicking the Codd entry under MySQL Connections.
Apple macOS
See Windows Instructions
The MySQL Workbench applications works similarly in different operating systems. Please see the Microsoft Windows instructions for more information.
Ubuntu Linux
See Windows Instructions
The MySQL Workbench applications works similarly in different operating systems. Please see the Microsoft Windows instructions for more information.
Need More Help?
This technology or service is under the support of the Computer Science department. If you are having any technical issues with the system, please consult your professor. You may also report an issue to the help desk.