-- the Free Software Foundation; version 2 of the License. CREATE TABLE IF NOT EXISTS db ( Host char(60) binary DEFAULT '' NOT NULL, Db char(64) binary DEFAULT '' NOT NULL, User char(16) binary ...
This is a repository of useful MySQL Proxy scripts targetting mainly developers in quest of debugging. Prints every SQL command received while cleaning obsolete spaces. Every command appears on one ...