How to install phpMyAdmin with Nginx on an Ubuntu 20.04

Install Nginx, PHP, MySQL using the below tutorials https://www.ai38ml.com/how-to-install-nginx-with-lets-encrypt-on-ubuntu-20-04/ https://www.ai38ml.com/how-to-install-mysql-on-ubuntu-20-04/ https://www.ai38ml.com/how-to-install-php-with-nginx-on-ubuntu-20-04/ Install PhpMyAdmin using the below command sudo su apt update apt install phpmyadmin After that, don't select anything like…

Continue ReadingHow to install phpMyAdmin with Nginx on an Ubuntu 20.04

How to install MySQL with Docker

  • Post category:MySQL
  • Post comments:0 Comments

MySQL is a relational database management system based on SQL – Structured Query Language. MySQL Database Service is a fully-managed database service that lets developers quickly develop and deploy secure, cloud-native applications using the world’s most popular open-source database. MySQL Database Service is the only MySQL cloud service with an integrated, high-performance, in-memory query accelerator.

Continue ReadingHow to install MySQL with Docker