Browsing tag

mysql

How To Install phpMyAdmin With Apache on Debian 11 / Debian 10

phpMyAdmin is an open-source, web-based administration tool for managing the MySQL and MariaDB database. It is written in PHP and is one of the most popular database administration tools used by web hosting companies to enable novice system administrators to carry out database activities. phpMyAdmin helps in performing database activities such as creating, deleting, querying, […]

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

phpMyAdmin is a free and open-source, web-based administration tool for managing the MySQL and MariaDB servers. It is widely used to manage database servers by web hosting companies and administrators who are new to database servers. phpMyAdmin helps an administrator to perform database activities such as creating, deleting, querying, tables, columns, etc. This guide will […]

How To Install phpMyAdmin With Apache on CentOS 8 / RHEL 8

phpMyAdmin is an open-source, web-based administration tool for managing the MySQL and MariaDB servers. It is one of the most popular database administration tools used by hosting companies and system administrators for performing database activities such as creating, deleting, querying tables, columns, relations, indexes, users, permissions, etc. phpMyAdmin is a portable web application written in […]

How To Install MySQL 8.0 on CentOS 8 / RHEL 8

MySQL is a free database management System software most commonly used in three-tier applications to store and retrieve records and information. MySQL was initially developed by MYSQL AB, now owned by Oracle Corporation. It was the primary database application on Linux until MariaDB, a fork of MySQL, came into the picture. In this article, we […]