Browsing all articles tagged with Script to copy data from MySQL to postgreSQL – Ivan Villareal
2
Apr
2011
Apr
2011
Script to copy data from MySQL to postgreSQL

This is a perl script I’ve used to move data from mysql 5.1 to postgres 9, this script doesn’t create a schema, it only grabs the data from mysql and [...]
12
Oct
2009
Oct
2009
Mysql5 and PHP5 on centos4
I have the need to install php5 and mysql 5 on a centos 4 server, so I found that the Centos Plus repository had this, and this is what I [...]
7
Oct
2009
Oct
2009
Mysql unique keys and collations
I’m working on an application that stores unique values on a field, so I used the unique index for this column, everything was ok, until I’ve started inserting multi byte characters in it. [...]


