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.

enter image description here

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

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -