Hi all
please help
19:36:59[p0]talmuth@smtp:~>cat /etc/my.cnf
[client]
host=localhost
user=root
[mysqld]
max_connections = 5000
19:37:58[p0]talmuth@smtp:~>cat /usr/local/etc/rc.d/mysql.sh
#!/bin/sh
cd /usr/local/mysql
./bin/mysqld_safe --user=mysql --default-character-set=cp1251 --max_connect
ions
Original Message -
From: "Inbal Ovadia" <[EMAIL PROTECTED]>
To: "'Stefan Hinz, iConnect (Berlin)'" <[EMAIL PROTECTED]>; "Inbal
Ovadia" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, February 03, 2003 12:43 PM
Subject: RE:
Ovadia; [EMAIL PROTECTED]
Subject: Re: database mirroring in mysql
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/Rep
;
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:
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