Hi,
I want to check query execution time.
I used microtime(),time() but not getting accurate result.
I also read about mysql slow_query_log but not able to find how to change settings in PHPmyadmin.
Need suggestions
Recommended Answers
Jump to PostIf your MySQL server is on a (shared) webhost, you may not have permissions to change any settings. Contact your host.
Timing from a PHP script is inaccurate, because it will include the time of data transfer (very variable).
All 3 Replies
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
jacob21 0 Posting Whiz in Training
pritaeas 2,211 ¯\_(ツ)_/¯ Moderator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.