0
1

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.

【WSL2+Warden】MySQL Workbench設定方法

Posted at

#目次

  • 手順
  • MySQL Workbenchダウンロード
  • Visual Studio 2019インストール
  • MySQL Workbenchインストール
  • 設定

#手順
・MySQL Workbenchダウンロード
・Visual Studio 2019インストール
・MySQL Workbenchインストール
・設定

#MySQL Workbenchダウンロード
MySQLをインストールしていない方は
Go to Download Pageからダウンロードする
既にインストール済みの方は
Other downloadからダウンロードする
[MySQL Workbench]
https://dev.mysql.com/downloads/workbench/

#Visual Studio 2019インストール
MySQL Workbenchのインストーラーを起動すると
Workbench requires the Visual C++ redistributable for Visual Studio 2019 for Redistributable Package to be installed.
というエラーが出るのでVisual C++ Redistributable for Visual Studio 2019をインストールする。
[VisualStudio]
https://visualstudio.microsoft.com/ja/downloads/?q=Visual+Studio+2019+Microsoft+Visual+C%2B%2B+%E5%86%8D%E9%A0%92%E5%B8%83%E5%8F%AF%E8%83%BD%E3%83%91%E3%83%83%E3%82%B1%E3%83%BC%E3%82%B8
(VisualStudio 2022で問題ない)

#MySQL Workbenchインストール
インストーラーを起動してインストールに進む
[インストール手順参考]
https://it-kyujin.jp/article/detail/1132/

#設定
2022-02-18 (2).png

Connection Method:Standard TCP/IP over SSH
SSH Hostname: 127.0.0.1:2222
SSh Username: user
SSh Password: なし
SSH Key File: \wsl$\Ubuntu-20.04\home[USER].warden\tunnel\ssh_key
Mysql Hostname: magento_db_1 (プロジェクトのdbコンテナ名)
Mysql ServerPort:3306
Username : magento
Password : magento

SSH Key File:[USER]部分は変えてください
Mysql Hostname:$warden env psを叩くと確認できます。

$ warden env ps
Name             Command                          State   Ports
-----------------------------------------------------------------------------
magento_db_1       docker-entrypoint.sh mysql ...   Up      3306/tcp
(以下省略)

Username : magentoインストール時に設定したもの
Password : magentoインストール時に設定したもの

その後Test Connectionをクリックして接続できたらOK!

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?