Adding 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, a project created in Visual Studio Code, and Python installed beforehand. Here are the following helpful links:

Install Ubuntu on Windows

Create project in Visual Studio using 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