From 3b635f5ed86848ce2fed2ec3647392e65bfbc550 Mon Sep 17 00:00:00 2001 From: John Thiltges <jthiltges2@unl.edu> Date: Thu, 5 Jan 2023 14:38:11 -0600 Subject: [PATCH] Update using_mysql.md to refer to the MariaDB image --- content/anvil/using_mysql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/anvil/using_mysql.md b/content/anvil/using_mysql.md index 3b816954..81fc8512 100644 --- a/content/anvil/using_mysql.md +++ b/content/anvil/using_mysql.md @@ -22,7 +22,7 @@ the instructions for [Windows]({{< relref "connecting_to_linux_instances_from_wi or [Mac]({{< relref "connecting_to_linux_instances_from_mac" >}}) as needed. {{% /notice %}} -This guide assumes you have already created an instance using the `MySQL Server` image. +This guide assumes you have already created an instance using the `MariaDB 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 (3306), and the randomly generated password must be recovered. -- GitLab