I found the mysql migration toolkit which will migrate the tables.But is there something which will convert the functions as well.
+1
A:
most likely not. the stored procedure and function language differs greatly between postgresql and mysql. such an application would be costly to develop.
longneck
2009-09-02 22:09:31
+2
A:
Almost certainly not.
If your functions are in the SQL language only, it should probably be doable. But any of the many other languages supported by PostgreSQL (pl/pgsql, perl, python etc) are completely different, and contain much functionality that's simply not supported on MySQL.
Magnus Hagander
2009-09-03 07:36:54
+1
A:
There are several data migration tool available on google to convert database like , you can easily search for it, i use dbload for such aim.
Find Here : www(.)dbload(.)com
Why those tits in the dots's domain name?
DaNieL
2009-12-14 16:07:23