Postgresql installation and common error handling I. Installation instructions recently, due to business needs, I abandoned the mysql database that I have been using and started to switch to the postgresql database. Why should I choose postgresql?
How to install, configure, and use PostgreSQL
I. Introduction to PostgreSQL
1. What is PostgreSQL?
PostgreSQL database is currently the most powerful open-source database and supports a wide range of data types (such as JSON, JSONB, and array types)
1. Download the source code
$ mkdir /usr/downloads$ wget -c http://cn2.php.net/distributions/php-5.6.20.tar.gz$ tar -xvf php-5.6.20.tar.gz$ mv php-5.6.20 /usr/local/src$ cd !$ & cd php-5.6.20
2. Read the installation Instructions
$ ls -also$ less
The Linux release version is Ubuntu server 6.06, And the Ubuntu version is only 8.1. To be an early adopter, 8.2.0 has improved the compatibility based on the Windows platform to facilitate the conversion of the platform. At the same time, you can
Comparison between PostgreSQL and MySQL
Features
MySQL
PostgreSQL
Instance
Run the MySQL Command (mysqld) to start the instance. One instance can manage one or more databases. One server can run multiple mysqld instances.
Note that the download is a binary version, not a Windows Installer.
Http://www.enterprisedb.com/products-services-training/pgbindownload
X86 download http://get.enterprisedb.com/postgresql/postgresql-9.2.4-1-windows-binaries.zipX64 download
First, IntroductionPostgreSQL is a very complex object-relational database management system (ORDBMS), and is currently the most powerful, feature richest and most complex free software database system. Some features don't even have a commercial
First, IntroductionPostgreSQL is a very complex object-relational database management system (ORDBMS), and is currently the most powerful, feature richest and most complex free software database system. Some features don't even have a commercial
PostgreSQL installs a detailed collection of LinuxInstall the 8.4.4 version here and download the Postgresql-8.4.4-1-linux.bin first.(http://www.postgresql.org/download/) Download the linux32 version of1. If the file is not on a Linux system, drag
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.