0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

amazon linux に mysql client を入れるワンライナー

Posted at

概要

タイトルの通りです。

コマンド

sudo dnf -y localinstall https://dev.mysql.com/get/mysql80-community-release-el9-1.noarch.rpm && sudo rpm --import https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 && sudo dnf -y install mysql mysql-community-client

以上!
1分もかからずにインストールできます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?