1
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?

More than 1 year has passed since last update.

MySQLクライアントインストール

Last updated at Posted at 2022-10-07

【MySQLクライアントインストール】

Bastionからの疎通確認時等のために備忘録として残す。

MySQLクライアントインストール

$ sudo rpm -Uvh https://dev.mysql.com/get/mysql80-community-release-el7-3.noarch.rpm
$ yum repolist all | grep mysql
$ sudo yum-config-manager --disable mysql-connectors-community
$ sudo yum-config-manager --disable mysql80-community
$ sudo yum-config-manager --disable mysql-tools-community
$ sudo yum-config-manager --enable mysql56-community
$ yum repolist all | grep mysql
$ sudo yum install mysql-community-client

その他

$ mysql -h xxxxx.ap-northeast-1.rds.amazonaws.com -u xxxxx -p
1
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
1
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?