2022年12月21日水曜日

AlmaLinux 9/Rocky Linux 9でデータベース構造分析ツールJailerをインストールする

Jailerでデータベースの構造を分析したり可視化する事が出来ます。

〇Jailerの画面(AlmaLinux 9)

〇Jailerの画面(Rocky Linux 9)

インストール手順

以下のコマンドを実行してJailerをインストールします。

1. JDKのインストール
sudo dnf install -y java-17-openjdk

2. Jailerのインストール
wget https://github.com/Wisser/Jailer/releases/download/v12.8/jailer_12.8.zip

unzip jailer_12.8.zip

sudo mv jailer /opt

cat << EOF | sudo tee /usr/share/applications/jailer.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/jailer/jailerGUI.sh
Name=Jailer
Categories=Development;
EOF

関連情報

・Jailerのwebサイト
http://jailer.sourceforge.net/home.htm

0 件のコメント:

コメントを投稿