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)

Re: Migrating Database

2005-05-08 Thread Chris Knipe
@lists.mysql.com 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 mysqldump for each table in our

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) compress

Re: Migrating Database

2005-05-08 Thread pdutta
[EMAIL PROTECTED] To: mysql@lists.mysql.com 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 mysqldump