From 6b5ec1a294caaed843c04b95d788194788346078 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Tue, 18 May 2021 01:14:04 +0000
Subject: [PATCH] Add mysql port info.

---
 content/anvil/using_mysql.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/content/anvil/using_mysql.md b/content/anvil/using_mysql.md
index 7d8c69ea..3b816954 100644
--- a/content/anvil/using_mysql.md
+++ b/content/anvil/using_mysql.md
@@ -24,7 +24,7 @@ or [Mac]({{< relref "connecting_to_linux_instances_from_mac" >}}) as needed.
 
 This guide assumes you have already created an instance using the `MySQL Server` image.
 In order to access the database, two additional steps are required.  A
-_Security Group_ must be created in OpenStack to allow access to the MySQL port,
+_Security Group_ must be created in OpenStack to allow access to the MySQL port (3306),
 and the randomly generated password must be recovered.
 
 ### Create and attach a security group
@@ -120,6 +120,7 @@ column entry on the *Instances* page:
 
 Using the username `root` along with the recovered password and the IP
 address, you can now connect to MySQL using the program of your choice.
+By default, MySQL runs on port 3306.
 
 For example, using the command line client:
 
-- 
GitLab