MySQL Hits Analysis

2002-10-06 Thread CP
hi list, Does anyone has experient in analyzing MySQL traffic? Is there any method/tool to know how frequent a particular table is accessed / which table is heavily used / which is the table that causing speed bottle neck and et cetera. Thanks. Chee Peng

Re: Re: Re: Replication

2002-10-01 Thread CP
CTED]> Sent: Monday, September 30, 2002 10:37 PM Subject: re: Re: Re: Replication > CP, > Monday, September 30, 2002, 3:48:31 AM, you wrote: > > C> The Master's server id is 1 while the slave's server id was set to 5. There > C> is no problem for the slave to establ

Re: Re: Replication

2002-09-29 Thread CP
t and this messages keep on repeating. Any idea? Thanks, Chee Peng - Original Message - From: "Victoria Reznichenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 9:16 PM Subject: Re: Re: Replication > Hello CP, > Friday, September 27,

Re: SHAPE command for Hierarchical Recordset

2002-09-27 Thread CP
I would suggest you use MS Access report with MyTool-DLL For VB and MySQL. - Original Message - From: "NZEYIMANA Emery Fabrice" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 4:40 PM Subject: SHAPE command for Hierarchical Recordset > I have created a MySQL

Replication

2002-09-26 Thread CP
hi List, I am trying to do a master-slave replication on mysql-3.23.42. My master is sitting on a FreeBSD machine and the slave is running in a Red Hat Linux 7.1 machine. >From the log, the master-slave connection is okay, but the slave seems unable to read the binary content from master. My Serv

MySQL crashes on a select query from select.test

2001-11-08 Thread cp
MySQL crashes, when number of entries in table is greater than some number 'X', in mf_radix.c file on execution of a select query. Optimization used: O2 Please suggest some approach to debug this crash. It works fine with O0 optimization option. ___