Database link with PostgreSQL
In PostgreSQL, it is possible to create database links and connect two separate databases, whether they reside on the same server or on separate servers, as long as they are accessible over a network.
Read morePublish date : 2022-12-11 | Last change : 2022-12-11
Categories :
Solutions
|
Technology
Tags :
Server
|
Database
|
PostgreSQL
MariaDB replication master-master via Internet
MariaDB (and MySQL) allow master-slave replication to be configured between two servers. A master-master type of replication can be implemented via Galera, but it requires at least 3 servers. If you have 2 servers, you can configure master-master replication by by cross-duplicating the master-slave replication.
Read morePublish date : 2022-07-19 | Last change : 2022-12-11
Categories :
Solutions
|
Technology
Tags :
Server
|
Database
|
Firewall
|
MariaDB
|
OpenSSL
|
UFW
Oracle database and APEX
Client : Finova (Bolzano - IT)
Oracle database and APEX configuration and installation
Linux CentOS server base installation and configuration Oracle XE database installation and configuration APEX installation and configuration Apache and Tomcat configuration
Read more
Categories :
Projects
Tags :
System Administration
|
Database
|
Server
|
Linux