mysql - mysql_query() - PROTOCOL -
if not mistaken, mysql_query() function sends data using tcp protocol. possible reassemble query tcp packets , - send on network - , reconstruct query @ other place?
i hope below image explain question more.
yes, is. need monitoring sowtware (like wireshark), computer2 (where have software installed) must know i.p of source or destination mysql server , able intercept packets. (f.instance being in same wireless connection -or location , monitoring- of source or destination).
after that, you've got packets in order read them depends of settings of connection between client , server. mysql can establish kind of compression, in case should decompress packets. happen client/server connection follow ssl protocol, in case should decrypt packets... etc.
not easy @ all, possible.
Comments
Post a Comment