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?

ChromebookにMySQLクライアントをインストールする

Posted at

APTレポジトリを設定するパッケージをダウンロードする

Oracleの公式ページより、ダウンロードします。
Oracle Web Accountでログインする必要があります。
初めての方は、Oracle Web Accountを登録し、ログインしてください。

APTレポジトリを設定する

以下のコマンドを実行してください。

sudo apt install ./mysql-apt-config_0.8.32-1_all.deb

mysql-apt-configが表示されます。
使用しているChromebookのOSや設定したいMySQLのバージョンなどを選択し、OKを押してくだい。

インストール可能なパッケージを更新する

以下のコマンドを実行してください。

sudo apt update

MySQLのAPTレポジトリが追加されます。
Screenshot 2024-08-07 06.19.13.png

MySQLクライアントを確認する

以下のコマンドを実行してください。

sudo apt search mysql-client

MySQLクライアントのパッケージが表示されます。
Screenshot 2024-08-07 06.23.53.png

MySQLクライアントをインストールする

以下のコマンドを実行してください。

sudo apt install mysql-client

以上です。

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?