Pages in category databases
Installing MySQL/MariaDB
MySQL is a popular RDBMS (Relational Database Management System). MariaDB was born as a fork of MySQL. Nowadays the two products are a little bit different. Migrating data from one…
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