Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7971265
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:35:52+00:00 2026-06-04T07:35:52+00:00

I can find out that certain query has been fired to MySQL database from

  • 0

I can find out that certain query has been fired to MySQL database from the mysqlBinLog. But is there a way to find which PHP file has executed those queries ?

My problem is- I am not able to trace which php file in the Application is firing a particular update query.

I have searched in the whole application for that particular update query but I didn’t find any match. It is generated programatically somewhere and get executed.

Since the code footprint is too big, it is practically not possible for me to go and put a log statement everywhere.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T07:35:54+00:00Added an answer on June 4, 2026 at 7:35 am

    You can wrap a logger class around the database access library (PDO) and log the query together with a backtrace.

    class LoggerPDO extends PDO
    {
        function query()
        {
            return $this->logger('query', func_get_args());
        }
    
        private function logger($method, $args)
        {
            // log query
            debug_print_backtrace();
            // push to parent
            return call_user_func_array(array($this, 'parent::' . $method), $args);
        }
    }
    

    You can add other methods that need logging too, such as prepare() or execute().

    If you’re using mysql_ functions, good luck 🙂

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

e.g., how can I find out that the executable has been installed in /usr/bin/python
Is there a way that I can find out how many matches of a
Is there a way that i can find out what base tables are being
I'm learning Scala and there is a thing that I can't find out about
Is there a public/government web service that I can call to find out what
Im trying to find out a good JavaScript library that can create a nice
I would like to find out how can I convert touch coordinate that I
I am aiming to find out different security concerns that can occur on Android
Is there a way by which we can find out if a clip board
Is there any way I can measure out my HTML page and then find

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.