Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 309 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 309 Bytes

#Mysql Query Fingerprint PHP generator

Generate a "fingerprint" of a MySQL query.

The fingerprint of SELECT foo FROM bar WHERE foo='bar' is the sale as SELECT foo FROM bar WHERE foo='foo'. Same thing for IN or UNION commands.

##Licence This project is under GPL V3: http://www.gnu.org/licenses/gpl.html