Ewon Technical Forum

Full Version: Transfer eSync mySQL Database data to External Database (SQL)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Reading from the EWON website regarding eSync, it stated:
"eSync was meant to be a transit database......it is highly recommended to migrate/transfer the data from eSync server to an external database."

May I know how can we achieve that?
For example: How to transfer the data from eSync mySQL to a SQL Database.
Can the transfer process be automated?

Thanks in advance!
Hi,

You must simply do that with SQL queries.
Unfortunately, HMS/eWON does not provide any tool that can migrate your data from MySQL to SQL.

Simon
Hi sir,

I want to dump data into Mysql using ewon java.

Is it Possible.
No, I think it is not possible. See https://techforum.ewon.biz/thread-762.html
You should use something between the eWON and the MySQL, like eSync or a webserver + a PHP script for example

Simon