At 03:14 PM 10/15/02 -0400, Jeffrey_N_Dyke@Keane.com wrote: >I am in the process of upgrading my UNIX hardware and moving web sites from >two different servers on to one server. I am curious as to opinions about >moving/replicating the databases and peoples experiences. For the two that >i have already done, i have taken a rather manual approach which was easy, >but the rest are more dynamically generated and dependent on MySQL and I >was looking for a tool that could replicate the structure and data onto a >new server. > >Anybody find an easy way to do this. I could write something in PHP, but >if i could, it's probably already written.... So how different are the servers? Moving databases between similar servers can be as simple as copying the database directories, and executing a CREATE DATABASE dbname command for each. You will also need to GRANT access to various users as needed. That is part of the mysql database and the easiest way to merge them is by issuing the needed commands. Rick -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php