Add phpMyAdmin to a Visual Studio Code project using Ubuntu console on Windows with WSL/WSL2 for FastAPI

Tiempo de lectura: < 1 minuto

Reading Time: < 1 minute

You must have Ubuntu installed on Windows beforehand, a project created in Visual Studio Code, and Python installed. Here are the following helpful links:

Install Ubuntu on Windows

Create a project in Visual Studio through commands in Ubuntu

Install Python3

First, I install XAMPP for Linux.

sudo chmod +x xampp-linux-x64-8.1.12-0-installer.run
sudo ./xampp-linux-x64-8.1.12-0-installer.run

Leave a Comment