, ,

How To Install PHP 7.3, 7.2, 7.1 on CentOS/RHEL 6.10

PHP 7.3 is the latest stable release of PHP. May of popular yum repositories is providing rpm packages for PHP 7. This article is using Remi and EPEL yum repositories for installing required packages on your system. This article will help you to install PHP 7.3, PHP 7.2, PHP 7.1 on CentOS & RHEL 6 systems.Install PHP7, Nginx and MySQL on CentOS/RedHatConfigure Yum RepositoryFirst of all, you need...
Continue reading How To Install PHP 7.3, 7.2, 7.1 on CentOS/RHEL 6.10
, , ,

How to start, stop & restart MariaDB server in Linux

 MariaDB is a MySQL database management system and popular nowadays.It is one of the pillars of the LAMP stack popular among developers. In this article, we will walk you through steps to manage the MariaDB server process from the command line shell prompt.In newer systems like RHEL 7, Debian 8, Ubuntu 15.04, Suse 12 and later system V init daemon is replaced by systemd....
Continue reading How to start, stop & restart MariaDB server in Linux