How to Install MongoDB Community Edition in Red Hat and CentOS 8 Linux.

MongoDB is a document-oriented cross-platform, widely used leading NoSQL database program. NoSQL means no-schema, no concept of relationship  and  not only SQL. There won’t be a rows and columns kind of things.  MongoDB stores data in key-value pairs.  MongoDB provides agility, scalability, performance and high availability. MongoDB Community Edition is freely available for download on 64bit platform …

Read more

PostgreSQL Installation Steps in RHEL and CentOS 8 Linux.

PostgreSQL is developed by PostgreSQL Global Development Group. PostgreSQL is a general purpose free and open-source object-relational database management system, the most advanced open source database system. You are allow to add custom functions developed using different programming languages such as C/C++, Java, etc.  PostgreSQL is designed to run other various platforms like Mac OS X, …

Read more

How to Install MySQL Community Server using yum repository in CentOS and RHEL 8 Linux

MySQL is an open source RDBMS that is widely used and available for Windows, Linux, MacOS, FreeBSD, HP-UX, AIX etc. it’s truely cross platform DBMS, which works on many platform. MySQL supports MyISAM and InnoDB storage engines which improve the server performance tuning and flexibility. InnoDB is the default storage engine. MySQL server can be administered using many …

Read more

How to Install MySQL Workbench CE for MySQL Administration

MySQL Workbench is a comprehensive DBAs tools for server configuration, user administration, backup, viewing database health and more. MySQL Workbench is available on Windows, Linux and Mac OS X. It’s very simple to setup, run, schedule and view running backups. MySQL Workbench has the following features that makes MySQL administration easy. User administration Server configuration Database backup …

Read more