MySQL Forums
Forum List  »  Optimizer & Parser

Profiler not present in MySql 5.0.56-log ?
Posted by: Benjamin Fonze
Date: March 28, 2008 07:34AM

My sysadmin just setp Mysql 5.0.56-log.

But I don't have the profiler option which is supposed to be included from version 5.0.37 AFAIK.

mysql> SET profiling = 1;
ERROR 1193 (HY000): Unknown system variable 'profiling'

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

How can I setup the profiler?

Options: ReplyQuote


Subject
Views
Written By
Posted
Profiler not present in MySql 5.0.56-log ?
4092
March 28, 2008 07:34AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.