How to install MySQL and phpMyAdmin with Docker on Ubuntu
Channel:
Subscribers:
13,900
Published on ● Video Link: https://www.youtube.com/watch?v=WoI4AQ1faDg
In this video, we’ll walk you through the process of setting up MySQL and phpMyAdmin using Docker. Docker is a powerful tool for creating and managing containers and combining it with MySQL and phpMyAdmin will streamline your database management tasks.
How to Install Docker on Ubuntu
• How to Install Docker on Ubuntu 22.04
Commands
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key htts://dl.winehq.org/wine-builds/winehq.key (part of https removed add)
sudo wget -NP /etc/apt/sources.list.d/ htts://dl.winehq.org/wine-builds/ubuntu/dists/jammy/winehq-jammy.sources (part of https removed add)
sudo apt install --install-recommends winehq-stable