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
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
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
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.
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
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