June 2002
Intermediate to advanced
800 pages
16h 3m
English
MySQL databases are in widespread use among Web developers. Although MySQL lacks many functions provided by sophisticated database programs such as DB2, Oracle, PostgreSQL, or many others, people like MySQL because of its simplicity.
In this section, you will see how to migrate data from MySQL to PostgreSQL.
The first thing is to get started with MySQL. We recommend downloading a binary version of MySQL. In this section version 4.0.1 has been used. You can easily install the package using the instructions in the manual.
After installing the binaries and starting the daemon, you can use the interactive shell to connect to the database:
[root@duron mysql]# mysql Welcome ...Read now
Unlock full access