Browsing tag

database

How to Install phpPgAdmin on Debian 11 / Debian 10

phpPgAdmin is a free web-based administration tool for managing PostgreSQL databases, and it is very similar to phpMyAdmin, a web-based tool for managing MySQL (MariaDB). It allows you to perform activities like creating, modifying, and deleting databases, tables, views, fields, and indexes over a web browser. It also allows you to execute queries on databases […]

How to Install pgAdmin on Debian 11 / Debian 10

pgAdmin is a free and open-source web-based tool for managing PostgreSQL databases, and it includes several features that can help you administer and maintain databases with ease. With pgAdmin,  you can view and edit data in tables, run SQL queries, manage users and permissions, create sequences, etc., all from your web browser pgAdmin is available […]

How to Install PostgreSQL on Debian 11 / Debian 10

PostgreSQL (often abbreviated as Postgres) is an object-relational database management system (ORDBMS) emphasizing extensibility and standards compliance. It has more than 30 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and performance. PostgreSQL is released under the PostgreSQL License and is available for Linux, […]

How To Install MySQL 8.0 / 5.7 on Debian 11 / Debian 10

MySQL is one of the most widely used relational database management systems in the world. It is free software licensed under the GPL (General Public License). A Swedish company, MySQL AB, originally developed MySQL. Now it is owned and developed by the Oracle Corporation. In this article, we will see how to Install MySQL on […]

How To Install PostgreSQL On Ubuntu 20.04

PostgreSQL (aka Postgres) is an open-source object-relational database management system (ORDBMS), developed by PostgreSQL Global Development Group, a group of individual volunteers and corporate companies. on Ubuntu 20.04.