Adding mysql data to postgresql
-
Hi there I need to add periodically some data from a remote mysql database into our postgresql database. So, does anyone know how to do it having in mind that it must be runned every minute or so for adding new records to the postresql? Best regards
-
Hi there I need to add periodically some data from a remote mysql database into our postgresql database. So, does anyone know how to do it having in mind that it must be runned every minute or so for adding new records to the postresql? Best regards
-
Hi there I need to add periodically some data from a remote mysql database into our postgresql database. So, does anyone know how to do it having in mind that it must be runned every minute or so for adding new records to the postresql? Best regards
Addy already given you a perfect Link, you can also try the given link Exporting MySQL and PostgreSQL Database Contents[^] Hope it will work for you.