Databases

How To Connect to a Redis Database — step-by-step Linux tutorial on Progressive Robot

How To Connect to a Redis Database

Whether you’ve installed Redis locally or you’re working with a remote instance, you need to connect to it in order to perform certain operations. In this tutorial we will go over how to connect to Redis from the command line, how to authenticate and test your connection, as well as how to close a Redis connection.

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

How To Install and Secure phpMyAdmin with Nginx on Ubuntu 16.04

Administering relational databases from the command line can be daunting. A project called phpMyAdmin aims to alleviate this 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 16.04 server.

Read more
CHAT