How to Install LEMP Stack on Ubuntu 20.04

ubuntu focal fossa mysql 8

In this blog post, I want to share how to install LEMP stack on Ubuntu 20.04 since I already have Ubuntu 20.04 installed on my machine.

If you need a VPS hosting, I would like to suggest for you to use Upcloud VPS Hosting. You can get $25 free credit if you register from my affiliate link here.

For those who are unfamiliar with LEMP/LNMP, it is Linux, Nginx, MySQL, and PHP which is a technology stack for web development and hosting web application.

We will install Nginx web server, MySQL 8 and PHP 7.4 on Ubuntu 20.04.

Continue reading “How to Install LEMP Stack on Ubuntu 20.04”

MySQL Workbench – Missing msvcr.dll

I was installing MySQL Workbench 6.3 few days ago and during installation process, an error occurred; missing msvcr.dll file. I’m using Windows 7 64-bit.

MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more. Continue reading “MySQL Workbench – Missing msvcr.dll”