mirror of
https://github.com/confidential-containers/confidential-containers.git
synced 2025-09-19 18:49:19 +00:00
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:
committed by
Tobin Feldman-Fitzthum
parent
d6ef69eba1
commit
5d2a74700e
@@ -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:
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user