Chapter 10. Database Servers

Table of Contents

Database servers installation
PostgreSQL-server configuration
Start PostgreSQL-server on startup
MariaDB-server configuration
Setting root password
Start MariaDB-server on startup
Advanced MariaDB-server configuration

Database Servers allows users and software to store and process data remotely and in more effective way than in files.

ULFS supply few database engines such: PostgreSQL, MariaDB(MySQL) and others.

Database servers installation

To install PostgreSQL Database server and client you can run

chimp install postgresql-server

To install only PostgreSQL Database client without server you can run

chimp install postgresql-client

Same aproch works with MariaDB. To install server use command:

chimp install mariadb-server

To install only MariaDB client without server you can run

chimp install mariadb-client