AlmaLinux 8でMySQL Workbenchをインストールする
環境
# cat /etc/redhat-release
AlmaLinux release 8.4 (Electric Cheetah)
操作手順
1.リポジトリを追加します
# sudo dnf -y install https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm
# sudo dnf -y install https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm
# sudo dnf -y install https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm
2.RPMパッケージの詳細を確認
# rpm -qi mysql80-community-release
Name : mysql80-community-release
Version : el8
Release : 1
Architecture: noarch
Install Date: 2021年11月09日 22時41分28秒
Group : System Environment/Base
Size : 29869
License : GPLv2
Signature : DSA/SHA1, 2019年10月04日 16時30分12秒, Key ID 8c718d3b5072e1f5
Source RPM : mysql80-community-release-el8-1.src.rpm
Build Date : 2019年10月04日 16時25分00秒
Build Host : viking75.no.oracle.com
Relocations : (not relocatable)
Packager : MySQL Release Engineering <mysql-build@oss.oracle.com>
Vendor : MySQL
URL : http://dev.mysql.com
Summary : MySQL repository configuration for yum
Description :
Package for installation of setup/configuration files required for
installation of MySQL packages by yum.
# rpm -qi mysql80-community-release
Name : mysql80-community-release
Version : el8
Release : 1
Architecture: noarch
Install Date: 2021年11月09日 22時41分28秒
Group : System Environment/Base
Size : 29869
License : GPLv2
Signature : DSA/SHA1, 2019年10月04日 16時30分12秒, Key ID 8c718d3b5072e1f5
Source RPM : mysql80-community-release-el8-1.src.rpm
Build Date : 2019年10月04日 16時25分00秒
Build Host : viking75.no.oracle.com
Relocations : (not relocatable)
Packager : MySQL Release Engineering <mysql-build@oss.oracle.com>
Vendor : MySQL
URL : http://dev.mysql.com
Summary : MySQL repository configuration for yum
Description :
Package for installation of setup/configuration files required for
installation of MySQL packages by yum.
# rpm -qi mysql80-community-release Name : mysql80-community-release Version : el8 Release : 1 Architecture: noarch Install Date: 2021年11月09日 22時41分28秒 Group : System Environment/Base Size : 29869 License : GPLv2 Signature : DSA/SHA1, 2019年10月04日 16時30分12秒, Key ID 8c718d3b5072e1f5 Source RPM : mysql80-community-release-el8-1.src.rpm Build Date : 2019年10月04日 16時25分00秒 Build Host : viking75.no.oracle.com Relocations : (not relocatable) Packager : MySQL Release Engineering <mysql-build@oss.oracle.com> Vendor : MySQL URL : http://dev.mysql.com Summary : MySQL repository configuration for yum Description : Package for installation of setup/configuration files required for installation of MySQL packages by yum.
3.MySQL Workbenchのインストール
# sudo dnf install mysql-workbench-community
4.MySQL Workbenchの起動
「アプリケーション一覧」->「「MySQL Workbench」を起動します。