Re: mysql replication

2012-08-28 Thread P.R.Karthik
Hi , Can you paste the complete error log. Regards, KarthiK.P.R On Wed, Aug 29, 2012 at 7:04 AM, aaron zhang wrote: > Hi all > > i use mysql database,when i use mysql replication ,the slave host do not > replication,i check the error message,i found error message,it is 'row is > too large', i

Re: MySQL slowlog - only in file?

2012-05-14 Thread P.R.Karthik
Hi Rafal, If there are more slow queries in your server and logging them into a table will increase the IO of the server. It is better to be in a file. The slow query log file can be processed easily by pt-query-digest . Regard

Re: mysqld got signal 6 (problem why bigger than I initially realised)

2012-03-27 Thread P.R.Karthik
HI Brent, Can you please paste your configuration file settings (my.cnf) ? It will help to identify where things went wrong. Is there any other memory consuming application running on the server beyond mysql ? Regards, KarthiK.P.R On Tue, Mar 27, 2012 at 4:17 PM, Brent Clark wrote: > Hey Guy

Re: How to interrupt MySQL interpreter output?

2012-01-26 Thread P.R.Karthik
And also make sure that you have the SUPER privilege to kill it. Regards, KarthiK.P.R On Fri, Jan 27, 2012 at 9:09 AM, Suresh Kuna wrote: > login into another session, check the thread id and kill it. ( Kill > threadid.) > > On Fri, Jan 27, 2012 at 3:51 AM, Dotan Cohen wrote: > > > If I see t

Myisam advantages

2010-07-15 Thread P.R.Karthik
Hi, I am newbie to mysql can i know the advantages of myisam storage engine and some of its special features. -- Regards Karthik.P.R kart...@mafiree.com