Reaching the CYAN Server (Mac)

Reaching the CYAN Server (Mac)

 

The McKeever Family Foundation Lab maintains a server, CYAN, for coursework and learning. The server is often used to teach database principles.

Students in the associated current-term classes can log in to the server from campus networks. That is, UAWiFi, via the UA VPN, or by using computers physically plugged in to UA campus networks.

Connecting to the UA VPN

We highly recommend using the full UA VPN Cisco AnyConnect client when using the VPN. Some users experience connection issues when only using the web client. UITS provides instructions on how to install and use the full client on Mac computers on their site.

Connecting to CYAN from a Mac

As a first step, if your computer does not have MySQL Workbench, you must download and install it. It is free and available from MySQL's website: https://dev.mysql.com/downloads/workbench/

Your computer screen will look like below screenshot:

Image
Select the Mac OS download for MySQL Workbench from the Oracle website

Hit the download button.

In MySQL Workbench, create a connection entry for our CYAN server

After you have downloaded and installed MySQL Workbench, you can begin setting up a connection to our server.

1.  Open MySQL Workbench. It will open to a screen like this one: 

Image
Open MySQL Workbench

 

2.  Click on the plus sign icon in the MySQL Connections area to add a new connection: 

Image
Click on the plus sign

 

3.  In the Setup New Connection window, fill in the following values:

  1. Connection Name: you can use whatever you like that you will remember for this connection. We recommend MIS CYAN server.
  2. Connection Method: Select Standard (TCP/IP) from the dropdown.
  3. In the Parameters Area
    1. Hostname: mis-cyansrv.mckeeverlab.arizona.edu
    2. Username: <Your NetID>
      1. Be sure your NetID is in lower case letters.
  4. Click on the SSL tab to bring up those options
    1. Ensure the Use SSL option dropdown shows Require.
  5. Click on the Advanced tab to bring up those options
    1. Click the checkbox for the option Enable Cleartext Authentication Plugin to enable that feature.
  6. When done, click OK to save the new connection.
Image
Setup New connections

 

 

Image
Enable Cleartext authentication

 

Connect to CYAN using the connection entry you have made

Your new connection will appear in the MySQL Workbench window. Double-click the new connection to begin the connection process.

You will be prompted at least twice for password information. You will be using your NetID password.

Depending on software available, you may receive the following warning about version mismatches when you connect:

Image
Continue anyway

 
Simply choose Continue Anyway to proceed with the connection process.