Created
July 28, 2010 16:12
-
-
Save lukmdo/495068 to your computer and use it in GitHub Desktop.
MySQL profiling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT @@profiling; | |
SET profiling=1|0; | |
SHOW PROFILES; | |
SHOW PROFILE [types] [FOR QUERY n] [OFFSET n] [LIMIT n] | |
SELECT @@global.time_zone, @@session.time_zone; | |
SET time_zone = '+00:00'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment