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?

WSL2上のSQLiteファイルにGUIアプリでアクセスする方法

Last updated at Posted at 2024-07-03

概要

WSL2上のvscodeにインストールした拡張「SQLite」や、WindowsにインストールしたDB Browser(SQLite)では、WSL2上のSQLiteファイルにアクセスできなかった。

本記事では、この問題の解決方法を紹介する。

バージョン

Ubuntu 22.04.3 LTS
SQLite 3.41.0
DB Browser for SQLite 3.12.1

解決方法

①WSL2にDB Browser for SQLiteをインストール

WSL2で以下のコマンドを実行
sudo apt install sqlitebrowser -y

②DB Browser for SQLiteを起動

WSL2で以下のコマンドを実行
sqlitebrowser

③WSL2から起動したDB Browser for SQLiteだとWSL2上のSQLiteファイルにアクセスできる。

以上

参考

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?