# How to Connect to MySQL Database on the CCI Server
Please consult this article, if you don't know how to connect to the CCI Server.
# Download and install MySQL Workbench
MySQL Workbench is a convenient 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 email).
- Download and install MySQL Workbench.
# Connecting MySQL Workbench to CCI Server
- Open Connect to Database window, by clicking Database > Connect to Database.
- Name the connection as CCI Server or something similar
- For the 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 the SSH server.
- SSH Password: use the one you use to connect to the 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.
# Check if you are connected
The simplest way to check that you are connected is to check the server status. If the server is running you are good to go!
