I tried to check the time the queries take and tried in phpMyAdmin
SET profiling = 1
did some queries and then
SHOW profiles
but there were no results.
Then I found here http://dev.mysql.com/doc/refman/5.0/en/show-profile.html riiight at the bottom, that only the "Community Server" version is supported with this command.
I am using Mamp and have a 5.5.29 "Source Distribution" version.
How can I get ALL query times in the phpMyAdmin console? (I mean, I cannot alter the php code in every place.) Thanks!!
Edit
Found this here of how to evolve on command line and be sure to have the mysql>
of MAMP
and not the OS X
one.