Browsing tag

mysql

Nginx 1.7.9 + PHP5-FPM + MySQL (LEMP) on Ubuntu 14.10

The steps in this post no longer works and the product is already depreciated. Visit How To Install LEMP Stack on Ubuntu 18.04 or How To Install LEMP Stack on Ubuntu 18.04 for latest documentation. Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and […]

Install LEMP (Nginx + MariaDB + PHP) on openSUSE 13.2

Nginx is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows you how to install Nginx on a openSUSE 13.2 with PHP support (through PHP-FPM) and MariaDB support. PHP-FPM is an alternative PHP FastCGI implementation, it has some additional features […]

Installing LLMP (Lighttpd, PHP And MariaDB) on openSUSE 13.2

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 […]

Install WordPress on openSUSE 13.2 with LAMP

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 on openSUSE 13.2, this is very simple as like having a bear; wont take more than 5 min. Prerequisites: WordPress requires Apache, […]

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. […]