cruise0078 wrote: > Dear Firends: > Now I want to migrate all data from MySQL to PostGRESQL.There are > hands of tables in MySQL.I want to to know if there are some tools to > help me to do that.Also I want to know the key point to finish that > process and how much time it may take! Very Thanks! > cruise dong > > > > > > > 你 知 道 2006 年 最 火 爆 的 电子 邮 箱 吗 ? > 多 达 1.1 亿 中 国人 选 择 网 易 2000 兆 免 费 邮 箱 , 抢 注 再 得 > 280 兆 超 大 网 盘 <http://www.126.com/help/126fab.htm> You can use phpMyAdmin's functionality to export all the data to standard SQL files (.sql) and then use these to put the data back into PostgreSQL. Regards, gamehack