[nycphp-talk] PHP/MySQL offline
Bill Patterson
patterson at computer.org
Thu Apr 29 20:52:01 EDT 2004
This should be very doable. Some things to watch out for are the minor
differences in file paths (e.g. Windoze back slashes versus Linux
forward slashes), etc. Generally the functionality is the same and if
you are not doing tricks that force operating system commands you should
be OK.
Is there a reason not to run this offline on a Linux box?
Keeping the databases synchronized sounds a little more challenging.
MySQL nicely allows you to offload an entire database into commands that
restore the contents and structure elsewhere very easily. If you only
want to synchronize daily this could be the way to go. If you want
up-to-the-minute synchronization you may have to pipe messages between
the boxes, and someone else would have to give you hints on that.
Bill Patterson
Mark Withington wrote:
>I've got a AMP application that my client would like to use offline. The
>obvious answer is to install AMP on a the client's Windoz box, and then
>generate the logic to ensure the two databases stay synchronized. Anyone
>have any other ideas? Specifically, I'd like to bypass installing Apache.
>
>--------------------------
>Mark L. Withington
>PLMresearch
>"eBusiness for the Midsize Enterprise"
>PO Box 1354
>Plymouth, MA 02362
>o: 800-310-3992
>f: 508-746-4973
>v: 508-746-2383
>m: 508-801-0181
>http://www.PLMresearch.com
>Netscape/AOL/MSN IM: PLMresearch
>mwithington at plmresearch.com
>Public Key: http://www.PLMresearch.com/keys/MLW_public_key.asc
>Calendar: http://www.plmresearch.com/calendar.php
>
>_______________________________________________
>talk mailing list
>talk at lists.nyphp.org
>http://lists.nyphp.org/mailman/listinfo/talk
>
>
>
>
More information about the talk
mailing list