MrBelfry
IS-IT--Management
- May 21, 2003
- 289
Hi there
I work for a church and am creating a php application for managing a database of all the sermons preached. I have the first attempt of this almost running on the local network at work. One of the options my app gives is posting details of the sermon onto the website (lighthousecc.co.uk) so I would need to do some kind of synchronisation with the mysql server on my web host.
I'm trying to work out the best approach. Is it:
a) delete the data in the mysql db on the host and repopulate it with data from my local db
b} keep a list of updates on my local db then make the changes to the data that already exists on the remote db.
Which would be the fastest, lesat errorprone way of doing this? any suggestions would be extremely helpful
MrBelfry
I work for a church and am creating a php application for managing a database of all the sermons preached. I have the first attempt of this almost running on the local network at work. One of the options my app gives is posting details of the sermon onto the website (lighthousecc.co.uk) so I would need to do some kind of synchronisation with the mysql server on my web host.
I'm trying to work out the best approach. Is it:
a) delete the data in the mysql db on the host and repopulate it with data from my local db
b} keep a list of updates on my local db then make the changes to the data that already exists on the remote db.
Which would be the fastest, lesat errorprone way of doing this? any suggestions would be extremely helpful
MrBelfry