First, I would like to introduce the problem.
I have a Informix database that is currently used by 300 staffs (average is around 100,000 records/query) that make this server work slowly. Current architecture is:
Informix DB ⟷ Web Application
Now I want to implement the new system by adding new MySQL server with the following architecture
Informix DB ⟷ MySQL Server ⟷ Web Application
In MySQL Server I would like to copy the database from Informix to MySQL server by using PHP + Cronjob.
The questions are:
- Is there has any ODBC / JDBC driver (must be FREE!!) in LINUX for connecting to Informix?
- How to use it?