installing MySQL client on amazon linux 2023
Taegu Kang
1 min read
- how-to
# package update
sudo dnf update -y
# search mariadb client
sudo dnf search mariadb
# install mariadb client
sudo dnf install mariadb105 -y
0
Subscribe to my newsletter
Read articles from Taegu Kang directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by