PostgreSQL is a great advanced open source database. It offers many features, one of them being database replication. PostgreSQL 9.4 offers many different solutions to the replication problems, each one of them having it’s number of up’s and down’s. In the end it is up to the system or database administrator to decide which solution […]
database
-
-
by Mitch 0 Comments
This is the next post in a series of posts about PostgreSQL and is actually a continuation from post on “PostgreSQL Create User – Manage Users“. If you followed my post on “PostgreSQL Create User – Manage Users” then you successfully created your firstPostgreSQL users and also assigned them desired rights and privileges. The next step is to […]
-
by Mitch 2 Comments
As promised in one of the previous posts on “Install PostgreSQL Database on CentOS 6” here is a post describing how to manage PostgreSQL users (PostgreSQL create user, delete user, …). By now you have probably successfully installed and started PostgreSQL server on your linux machine, but empty PostgreSQL server is not useful in any way. The next […]
-
Posted in:
Install PostgreSQL 9.3 on CentOS 6
by Mitch 5 Comments
PostgreSQL is a database server. It is an object-relational database management system and it’s main purpose is to store data. PostgreSQL calls itself “The world’s most advanced open-source database”. It is a fact that MySQL and PostgreSQL are two most popular open-source relation database management systems (RDMS). It is up to you to choose the one you […]
-
by Mitch 3 Comments
Learn how to create MySQL database, MySQL user and grant priviliges on a database to desired user. Download GeekPeek.Net automated bash script!
-
Posted in:
Install MySQL on CentOS 6
by Mitch 4 Comments
Learn Step-by-Step how to install MySQL relational database management system on CentOS 6. Download GeekPeek.Net automated install MySQL bash script.