Inbal,

> Is there a possibility, in MySql, to define a "mirror" to my database,

Yes. In MySQL, it's called "replication", and it's quite easy to setup.

More info: http://www.mysql.com/doc/en/Replication.html

Regards,
--
  Stefan Hinz <[EMAIL PROTECTED]>
  Geschäftsführer / CEO iConnect GmbH <http://iConnect.de>
  Heesestr. 6, 12169 Berlin (Germany)
  Tel: +49 30 7970948-0  Fax: +49 30 7970948-3

----- Original Message -----
From: "Inbal Ovadia" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 02, 2003 4:56 PM
Subject: database mirroring in mysql


> Hi all,
> Is there a possibility, in MySql, to define a "mirror" to my database,
> meaning that I define another database that will be a copy of my
database
> and every operation that I will make on my database, will be done
> automatically in the second database?
>
> Or if I define database that contain only part of the tables in my
database
> and when I will do some operations on one of those tables, the
operations
> will be done in the second database?
>
> Thanks, Inbal
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail
<[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to