Pages in category databases

Installing MySQL/MariaDB

MySQL is a widely used relational database management system (RDBMS). MariaDB is a community-developed fork of MySQL and is the preferred MySQL implementation in Fedora. While the two products share… Read more

How to Manage Various Database Server from GUI

For database management, it is more user-friendly to use graphical tools: MySQL/MariaDB: phpMyAdmin.noarch : A web interface for MySQL and MariaDB MySQL Specific: MySQL Workbench is a unified visual tool… Read more

PostgreSQL

インストール postgresql サーバーのインストールと初期化は、他のパッケージや、他の Linux ディストロと比べて少し異なります。 このドキュメントは、最近の Fedora Linux リリースに関連する基本的なインストール手順を要約することを目的としています。 The postgresql server is not running and disabled by default. To set it to start at boot, run: The database needs… Read more