SAP HANA is an in-memory data platform that is deployable as an on-premise appliance, or in the cloud. It is…
Browsing: Databases
PostgreSQL is an advanced database management system used for storing structured or non-structured data. It supports both SQL (relational) and…
MySQL community has released MySQL 5.7 Release. Its available on MySQL official website. For this article We are using CentOS…
Some times MySQL replication creates problems and slave could not sync properly from the master database server. It may cause…
Managing a MySQL database doesn’t always mean accessing it from the same server where it’s hosted. In many situations, especially…
The database is the most crucial part of any application, and as a developer, ensuring the safety of your database…
CouchDB is an open source project and NoSQL, document oriented database server. It stored data with JSON documents. It also…
MySQL Master-Slave replication is to set up slave server to update immediately as soon as changes done in Master server.…
In this tutorial, you will find a simple bash script for backing up a MySQL database. The script takes a…
MySQL replication is a process where a master server replicates its data to one or more slave servers. This can…