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