Hi
I'm interested to know how i can get database updates onto a MySQL database that is sat on a server. I can just about write some decent scripts now (by my standards, anyway!) so now i need to get a strategy for keeping the web database current.
One way i thought of doing this was to write a program to anylise the differences between two versions of the database (locally, on my desk-top), and to generate SQL update statements in a file which i could FTP onto the server and run in batch mode.
If anyone reading this knows of any tricks, or even better free software to help this process, i'd love to hear from you!
Thanks already...
Robin