Browsing tag

database

Install WordPress 4.0 with Nginx 1.6 on Linux Mint 17

This post may or may not work. Please use at your own risk 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 Linux Mint 17. Prerequisites Before proceeding, […]

How To Install phpMyAdmin with Nginx on Linux Mint 19 / Linux Mint 18

phpMyAdmin 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 Linux Mint 19 / Linux Mint 18. Before installing phpMyAdmin, you must have LEMP […]

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

phpMyAdmin is the web-based administration tool for managing the MySQL and MariaDB 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 with Apache on CentOS 7 / RHEL 7. Prerequisites phpMyAdmin requires PHP v7.13 or newer and […]

Install OwnCloud 7 on CentOS 7 / RHEL 7

ownCloud is a web suite that provides a cloud storage over the network, data can be uploaded via web browser or using software client. Data will be stored on the server and can be downloaded or access any time with browser or desktop client or smartphone app. The project is based on PHP and a […]

How to Install PostgreSQL on CentOS 7 / RHEL 7

PostgreSQL is an object-relational database management system (ORDBMS) available for many platforms, including Linux, FreeBSD, Solaris, Microsoft Windows, and macOS. It is released under the PostgreSQL License. PostgreSQL is developed by the PostgreSQL Global Development Group, consisting of a handful of community volunteers employed and supervised by Red Hat and EnterpriseDB. The vast majority of […]