Re: To extend InnoDB table size

2005-03-16 Thread Naveen C Joshi
Many many thanks... I was in confusion. But how can I exten the table size. Regards Naveen - Original Message - From: gerald_clark [EMAIL PROTECTED] To: Naveen C Joshi [EMAIL PROTECTED] Cc: mysql@lists.mysql.com Sent: Tuesday, March 15, 2005 7:52 PM Subject: Re: To extend InnoDB table

To extend InnoDB table size

2005-03-15 Thread Naveen C Joshi
Hi, I have a InnoDB database with MySQL version 4.1.0-alpha installed on my RedHat Linux 9.0. The data files name is like *.frm, *.MYD, *.MYI. Currently the table size is fixed 4GB and I want to extend it 10GB. Could you please give me perfect command to extend my table size. The is my

Mysql taking 100% Mem utilisation

2004-11-15 Thread Naveen C Joshi
Hi, I have installed MySQL-4.0.5-0 version on my RH Linux-7.1 box. I am using the innodb database with tables (.frm, .MYD .MYI ). My system's memory is around 3 GB ( 3798748K ). But I am facing problem of memory utilization. The top output is as below ; Mem: 3798748K av, 2378268K used,

Replication is being break

2004-09-21 Thread Naveen C Joshi
Hi, I have a setup of 2-way replication of mysql. These two servers are linked with 512K line and data being inserted on both side. Sometimes I observed that the network connectivity is correct but the replication sync goes down and comes up after 30 min autometically. Is there any story

Re: replication config without stopping master server

2004-09-15 Thread Naveen C Joshi
-bin.xxx and offset value? Thanks in advance. Regards Naveen - Original Message - From: Thomas Spahni [EMAIL PROTECTED] To: Naveen C Joshi [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 9:48 PM Subject: Re: replication config without stopping master server

Re: replication config without stopping master server

2004-08-31 Thread Naveen C Joshi
Hi All : I am still waiting for the response. Thanks in advance. Regards Naveen - Original Message - From: Naveen C Joshi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 27, 2004 4:17 PM Subject: Re: replication config without stopping master server The replication

Re: replication config without stopping master server

2004-08-31 Thread Naveen C Joshi
Spahni [EMAIL PROTECTED] To: Naveen C Joshi [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 9:48 PM Subject: Re: replication config without stopping master server Naveen, You don't need to shut down the master but you have to stop writing to the database for taking

replication config without stopping master server

2004-08-27 Thread Naveen C Joshi
Hi, I have MySQL-4.0.5a-beta installed on my RH9.0 Linux machine. This machine is as a replication master server. I have configured the other machine as replication slave with same version of MySQL and OS. Now, I want to start replication slave server without stopping the master server. Is

Re: replication config without stopping master server

2004-08-27 Thread Naveen C Joshi
= write_buffer=2M [mysqlhotcopy] interactive-timeout Regards Naveen - Original Message - From: Naveen C Joshi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 27, 2004 2:04 PM Subject: replication config without stopping master server Hi, I have MySQL-4.0.5a-beta installed on my