Browsing tag

mariadb

Install phpMyAdmin on openSUSE 13.2

phpMyaAdmin is the web-based administration tool for managing the MySQL, MariaDB and Drizzle servers, it helps in performing databases activities such as creating, deleting ,querying , tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin on openSUSE 13.2. Before installing phpMyAdmin, you can have AMP installed on the server. […]

Install LAMP (Apache2,MariaDB and PHP) on openSUSE 13.2

  LAMP stands for Linux, Apache,MySQL and PHP, of course Linux can be any variant (Debian/Redhat), here is the small tutorial about installing AMP stack on openSUSE 13.2., MySQL is replaced by MariaDB as a default database. Environment: OS: openSUSE 13.2 Install Apache: To start off we will install Apache. Open up the Terminal and […]

How to Install Lighttpd With PHP FPM And MariaDB on CentOS 7 / RHEL 7

Security, speed, compliance, and flexibility — all of these describe Lighttpd (pron. lighty) which is rapidly redefining efficiency of a web server; as it is designed and optimized for high-performance environments. With a small memory footprint compared to other web-servers, effective management of the CPU-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and […]

Install WordPress with Nginx on CentOS 7 / RHEL 7

WordPress is the most widely used open source web blogging and content management software written in php and MySQL. Even ITzGeek uses WordPress. Here is the small tutorial on setting up WordPress installation with Nginx on CentOS 7. Prerequisites Before proceeding, you might want to look at the following. 1: Install EMP stack (Nginx, MariaDB, […]

How To Install phpMyAdmin with Nginx on CentOS 7 / RHEL 7

phpMyAdmin is an open-source web-based administration tool for managing the MySQL and MariaDB servers, and it helps in performing databases activities such as creating, deleting, querying, tables, columns, relations, indexes, users, permissions, etc. This guide will help you to install phpMyAdmin on CentOS 7 / RHEL 7. Prerequisites Before proceeding to the installation of phpMyAdmin, […]