Re: Importing a complete database

2001-07-09 Thread Cal Evans
CTED]> Cc: "Eugénio Veiga" <[EMAIL PROTECTED]>; "MySQL" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 02:00 Subject: Re: Importing a complete database Cal Evans wrote: > If both are using mySql, just use mysqldump to dump to a file and then > import it fro

Re: Importing a complete database

2001-07-09 Thread Gerald Clark
ginal Message - > From: "Eugénio Veiga" <[EMAIL PROTECTED]> > To: "MySQL" <[EMAIL PROTECTED]> > Sent: Monday, July 09, 2001 12:12 > Subject: Importing a complete database > > > >> Hi >

Re: Importing a complete database

2001-07-09 Thread Cal Evans
kidding. Cal * * Cal Evans * Senior Internet Dreamer * http://www.calevans.com * - Original Message - From: "Eugénio Veiga" <[EMAIL PROTECTED]> To: "MySQL" <[EMAIL PROTECTED]> Sent: Monday, July 09, 2001 12:12 Subject: Importing a complete database >

RE: Importing a complete database

2001-07-09 Thread Chris Bolt
mysqldump databasename | gzip > databasename.sql.gz transfer that file to the other server mysqladmin create databasename zcat databasename.sql.gz | mysql databasename > Hi > > Is it possible to import a complete database from a server to another > one? > > Thanks > > Eugénio --

Importing a complete database

2001-07-09 Thread Eugénio Veiga
Hi Is it possible to import a complete database from a server to another one? Thanks Eugénio - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list arc