From 377b6182992c5d648d6755e098eeea9133cb97d8 Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Tue, 25 Aug 2020 21:12:38 +0000 Subject: [PATCH] Add new MariaDB image. --- content/anvil/connecting_to_mysql.md | 2 +- static/markdown/anvil-images.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/content/anvil/connecting_to_mysql.md b/content/anvil/connecting_to_mysql.md index 74817bbc..3f4096d9 100644 --- a/content/anvil/connecting_to_mysql.md +++ b/content/anvil/connecting_to_mysql.md @@ -8,7 +8,7 @@ This guide assumes you associated your SSH Key Pair with the instance when it was created, and that you are connected to the [Anvil VPN]({{< relref "connecting_to_the_anvil_vpn" >}}). {{% /notice %}} -The MySQL image HCC provides is a CentOS 7 image with MySQL (MariaDB) installed +The MySQL images HCC provides are CentOS 7 based with MySQL/MariaDB installed and configured to allow remote access for a MySQL user named `root`. Access to MySQL is provided via this `root` user and a random password. When the instance is created, the password is set randomly using your diff --git a/static/markdown/anvil-images.md b/static/markdown/anvil-images.md index 0fca652f..3538fbac 100644 --- a/static/markdown/anvil-images.md +++ b/static/markdown/anvil-images.md @@ -26,4 +26,5 @@ | Ubuntu Cloud 16.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 16.04 Long Term Support release.| | Ubuntu Cloud 17.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 17.04 Long Term Support release.| | Ubuntu Cloud 18.04 LTS | `ubuntu` | `ssh -l ubuntu <ipaddress>` | Ubuntu Cloud Image from the 18.04 Long Term Support release.| -| MySQL Server 5.5 | `centos`/`root` | `ssh -l centos <ip address>`/[MySQL instructions](/anvil/connecting_to_mysql) | CentOS 7 based image with a pre-configured MySQL (MariaDB) server. | +| MySQL Server 5.5 | `centos`/`root` | `ssh -l centos <ip address>`/[MySQL instructions](/anvil/connecting_to_mysql) | CentOS 7 based image with a pre-configured MySQL (MariaDB) server. | +| MariaDB Server 10.5 | `centos`/`root` | `ssh -l centos <ip address>`/[MySQL instructions](/anvil/connecting_to_mysql) | CentOS 7 based image with a pre-configured MariaDB server. | -- GitLab