Can I measure the use of index?

2012-10-15 Thread Carlos Eduardo Caldi
Afternoon Somebody knows how can I log or measure the index use ? Thanks Carlos

RE: Can I measure the use of index?

2012-10-15 Thread Carlos Eduardo Caldi
I want to count how many time one index was used during a day, do you now how to log it to count? Date: Mon, 15 Oct 2012 17:27:54 +0200 From: h.rei...@thelounge.net To: mysql@lists.mysql.com Subject: Re: Can I measure the use of index? Am 15.10.2012 17:24, schrieb Carlos Eduardo

RE: Problem with mytop

2010-08-18 Thread Carlos Eduardo Caldi
. (I wrote it.) - Baron On Tue, Aug 17, 2010 at 8:50 AM, Carlos Eduardo Caldi ce_ca...@hotmail.com wrote: If sombody can help me I'll be gratefull I have a problem with mytop1.6 on Mandriva 2010.1, when I install it on a Slave server mytop works, but when I install

Problem with mytop

2010-08-17 Thread Carlos Eduardo Caldi
If sombody can help me I'll be gratefull I have a problem with mytop1.6 on Mandriva 2010.1, when I install it on a Slave server mytop works, but when I install it on a Master Server don't works, don't display the queries. I use mysql version 5.0.77 and linux mandriva 2010.1 Very Thanks

RE: remote mysqldump to csv (--tab)

2010-04-28 Thread Carlos Eduardo Caldi
Hi You can use on shell, connect at the client mysq -h (host or IP) -p(password) and run the query: SELECT a, b, c INTO OUTFILE '/tmp/result.txt' FIELDS TERMINATED BY ';' OPTIONALLY ENCLOSED BY '' LINES TERMINATED BY '\n' FROM test_table more info see the link

RE: Trancate table from command line?

2010-03-17 Thread Carlos Eduardo Caldi
John I think you can do this way on shell: mysql -h db_server -u user -pPASSWORD DATABASE -e truncate table table1 Carlos Eduardo Caldi Date: Tue, 16 Mar 2010 14:12:42 -0700 From: joli...@john-oliver.net To: mysql@lists.mysql.com Subject: Trancate table from command

Copying to tmp table

2009-04-28 Thread Carlos Eduardo Caldi
Hi friends I have a proble with Copying to tmp table with large tables, table have more than 3 million rows EXPLAIN da Query : Table : log0904 Type : ref Possible_keys :