
Install phpmyadmin on ubuntu WSL
Created at 07-Dec-2024 ,
By samar
sudo apt install phpmyadmin
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
sudo a2enconf phpmyadmin.conf
sudo systemctl reload apache2.service
If you like what you are reading, please consider buying us a coffee ( or 2 ) as a token of appreciation.
Don't forget to share this article! Help us spread the word by clicking the share button below.
We appreciate your support and are committed to providing you valuable and informative content.
We are thankful for your never ending support.
Random Code Snippet Queries: Cmd
- How to add PHP 8.3 in ubuntu WSL without removing existing php versions
- How to delete a directory using the command in window ?
- Uninstall kali-win-kex
- Change permissions to var/www/html directory to edit the code in var/www/html directory
- How to switch from php8.1 to php8.2 version in ubuntu
- WSL copy file from windows downloads directory to home directory in ubuntu
- Best way to switch php version in ubuntu