From 5d2a74700edf2f1d2bcc78e1cfe2cdf15fff0855 Mon Sep 17 00:00:00 2001 From: Ryan Savino Date: Thu, 29 Sep 2022 10:41:27 -0500 Subject: [PATCH] sev: fix RHEL mysql client package set RHEL mysql client package Signed-Off-By: Ryan Savino --- quickstart.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/quickstart.md b/quickstart.md index af840b2..b619bfa 100644 --- a/quickstart.md +++ b/quickstart.md @@ -635,9 +635,11 @@ sudo docker push [REGISTRY_URL]:encrypted * CentOS / Fedora / RHEL: ``` - sudo dnf install community-mysql jq + sudo dnf install [ mysql | mariadb | community-mysql ] jq ``` +The `mysql-client` package name may differ depending on OS flavor and version. + The `simple-kbs` uses default settings and credentials for the MySQL database. These settings can be changed by the `simple-kbs` administrator and saved into a credential file. For the purposes of this quick start, set them in the environment for use with the MySQL client command line: ```