If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Tool that alerts for each entry

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-17-11, 06:39
bharath01 bharath01 is offline
Registered User
 
Join Date: Mar 2011
Posts: 3
Tool that alerts for each entry

Hello everyone,
I recently joined a company and would like some help. I have just entered in the DB field and have been asked to learn an entire db and know when I click on something in a php page as to which table the data is entered into or taken from.
I'd like to know if there is a tool that will tell me whenever there is a DB transaction from a php page into my mySQL database. If anyone does know about any such tool, please help me out.
Thanks
BRAT
Reply With Quote
  #2 (permalink)  
Old 03-17-11, 06:46
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
yes there is such a tool
....its called the Mark 1 eyeball
Visual inspection - Wikipedia, the free encyclopedia

learn PHP, got through the code and understand what it does

if you are lucky the PHP may be using stored procedures, but its quite probable it doesn't
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #3 (permalink)  
Old 03-17-11, 06:49
bharath01 bharath01 is offline
Registered User
 
Join Date: Mar 2011
Posts: 3
Thanks healdem.But that doesnt really solve my problem. Please let me know of any other tools (that I can downlaod) you might know.

Last edited by bharath01; 03-17-11 at 07:13.
Reply With Quote
  #4 (permalink)  
Old 03-17-11, 08:42
it-iss.com it-iss.com is offline
Registered User
 
Join Date: Sep 2009
Location: San Sebastian, Spain
Posts: 623
I think what you are looking for here is a tool to view the transactions being played in the database under certain conditions. MySQL provides the General Query Log for determining the SQL statements that have been played against the database. Check out MySQL :: MySQL 5.1 Reference Manual :: 5.2.3 The General Query Log
__________________
Ronan Cashell
Senior Oracle/MySQL DBA
http://www.it-iss.com
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On