How to Connect to MySQL Database on the CCI Server
Download and install MySQL Workbench
MySQL Workbench is a convineint GUI that helps you work with MySQL databases.
- This link will take you to the MySQL Workbench's download page.
- Click on the download button.
- In case you don't have an Oracle account, you will need to create one (you can use your university e-mail).
- Download and install MySQL Workbench.
Connecting MySQL Workbench to CCI Server
- Name the connection as CCI Server or something simular.
- Open Connect to Database window, by clicking Database > Connect to Database.
- For Connection Method select Standard TCP/IP over SSH.
- SSH Hostname: cci.arts.ac.uk:2020
- SSH Username: use the one you use to connect to SSH server.
- SSH Password: use the one you use to connect to SSH server.
- SSH Key File can be found here /Users/username/.ssh/id_rsa (.ssh is a hidden folder)
- MySQL Hostname: 127.0.0.1
- MySQL Server Port: 3306
- Username and Password: use the same as SSH Hostname and SSH Password.