Re: Migrating Database

2005-05-08 Thread pdutta
Message - From: "Brian Erickson" <[EMAIL PROTECTED]> To: Sent: Sunday, May 08, 2005 10:47 PM Subject: Migrating Database Greetings all, We are migrating our web site from one server to another and are having some issues with transferring our MySQL database. Here's the

Re: Migrating Database

2005-05-08 Thread Ryan J. Cavicchioni
Brian Erickson wrote: >Greetings all, > >We are migrating our web site from one server to another and are >having some issues with transferring our MySQL database. Here's the >process we're currently using: > >1) run mysqldump for each table in our database (i.e. one file for each table) >2) compr

Re: Migrating Database

2005-05-08 Thread Chris Knipe
n" <[EMAIL PROTECTED]> To: Sent: Sunday, May 08, 2005 10:47 PM Subject: Migrating Database Greetings all, We are migrating our web site from one server to another and are having some issues with transferring our MySQL database. Here's the process we're currently using: 1) run

Migrating Database

2005-05-08 Thread Brian Erickson
Greetings all, We are migrating our web site from one server to another and are having some issues with transferring our MySQL database. Here's the process we're currently using: 1) run mysqldump for each table in our database (i.e. one file for each table) 2) compress each file using gzip 3) tra