MySQL

How To Configure Varnish for Drupal with Apache on Debian and Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Configure Varnish for Drupal with Apache on Debian and Ubuntu

In this the cloud provider article, as a part of a series to help developers with scaling, we will be talking about configuring Varnish with Drupal. This will greatly reduce the amount of time it takes users to load your Drupal based website, and increase the simultaneous serving capacity of your the cloud provider VPS by passing requests through the Varnish Cache software first.

Read more
How To Install and Secure phpMyAdmin with Nginx on an Ubuntu 14.04 Server — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure phpMyAdmin with Nginx on an Ubuntu 14.04 Server

Administering relational databases from the command line can be a daunting proposition for many people. A project called phpMyAdmin aims to alleviate this issue by providing an easy to use web interface for MySQL. In this guide, we’ll discuss how to install and secure phpMyAdmin on top of a LEMP (Linux, Nginx, MySQL, and PHP) stack on an Ubuntu 14.04 server.

Read more
How To Install MySQL on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install MySQL on Ubuntu 14.04

MySQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data.

Read more
CHAT