sev: fix RHEL mysql client package

set RHEL mysql client package

Signed-Off-By: Ryan Savino <ryan.savino@amd.com>
This commit is contained in:
Ryan Savino
2022-09-29 10:41:27 -05:00
committed by Tobin Feldman-Fitzthum
parent d6ef69eba1
commit 5d2a74700e

View File

@@ -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:
```