How to Change the Default Port in PostgreSQL?
By default, PostgreSQL uses port 5432. But for security’s sake, I want to change the default port to another one. Problem How to change… Read More »How to Change the Default Port in PostgreSQL?
By default, PostgreSQL uses port 5432. But for security’s sake, I want to change the default port to another one. Problem How to change… Read More »How to Change the Default Port in PostgreSQL?
Just as MariaDB requires the mariadb-client package to connect other hosts to a MariaDB database, PostgreSQL also requires the postgresql-client package to connect other hosts… Read More »How to Install postgresql-client on Linux?
The previous article already explained how to access a MariaDB database from localhost. This article will explain how to access the MariaDB database from another… Read More »How to Access a MariaDB Database From Another Host?
If you want to access MariaDB databases from other hosts, then your device must have a mariadb-client package. Problem How to install the mariadb-client… Read More »How to Install the mariadb-client in Linux?
I want to access a PostgreSQL database from another host. Problem How to access a PostgreSQL database from another host? Solution I have… Read More »How to Access a PostgreSQL Database From Another Host?
Ownership of a database and the tables in it in PostgreSQL is very crucial because this has a big influence on users who want to… Read More »How to Change Ownership in PostgreSQL?
As a sysadmin, you need a tool to monitor the MariaDB database, and one of the tools you can use is mytop. Problem How… Read More »How to Install Mytop?