Mysql profiler does not work on my computer

2007-12-18 Thread Moon's Father
What I have done is as follows: mysql> show profile; ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'profile' at line 1 mysql> show profiles; ERROR 1064 (42000): You have an error in your SQL

Query Profiler

2005-02-25 Thread Nesim Razon
Hi, I am looking for a tool for mysql. A query Profiler tool. If anybody used MSSQL they know that, there is a tool SQL Profiler. You can connect to a remote server and watch queries LIVE. I can't find a tool like this for mySQL. Is it impossible to write a software like this? How can i l

RE: Profiler for windows

2002-11-07 Thread amr salah
there is a Profiler similar to SQL server Profiler ,only for windows i wrote it myself , availiable at http://amr.activechannel.net/myprofiler.htm so sorry its not free :( Amr Salah --- "Iago Sineiro" <[EMAIL PROTECTED]> wrote: >Hi Alexander. > >If you specify option

RE: Profiler

2002-11-07 Thread Iago Sineiro
nal- > De: Alexander Burbello [mailto:burbello@;yahoo.com.br] > Enviado el: jueves, 07 de noviembre de 2002 21:30 > Para: [EMAIL PROTECTED] > Asunto: Profiler > > > I would like to know if the MySQL has any command where I get the queries > requested by the application.

Profiler

2002-11-07 Thread Alexander Burbello
I would like to know if the MySQL has any command where I get the queries requested by the application. SQL Server has Profiler. Oracle has any command that I donĀ“t know With Delphi I run SQLMonitor. Regards Alexander sql,query

profiler...

2002-03-04 Thread Edward Peloke
Does anyone know if there is a good profiler to use on MySql, for example, in SQL Server, you can start the 'profiler' and it will tell you everything that is happening on the server. Thanks, Eddie - Before posti