|
Posted by Rik Wasmus on 10/19/07 01:07
On Fri, 19 Oct 2007 02:58:07 +0200, JAYO <jayo999@gmail.com> wrote:
> The MySQL table is located in a Linux Server OS, so I need the
> information from that table for updating Paradox tables in Windows OS.
> If a PHP program in the Linux Server can save a file with the
> information I need, can I make a PHP program in Windows OS to get the
> saved file or even better, to access the table in the Linus Server OS?
> Do I have another options?
This is more of an MySQL question, allthough you could write a tool for
this with there are much better solutions. Either use the dump/import
tools provided with MySQL, talk to the database on the Linux server
directly, or set up a master/slave server, all according to your exact
needs.
--
Rik Wasmus
Navigation:
[Reply to this message]
|