Le Jeudi 14 Janvier 2010 00:28:19, Cyril Bonté a écrit : > "\x00\x00" /* client capabilities */ > "\x00\x00" /* extended client capabilities */
Well, this bytes are too simplified to work (it misses some bits for mysql 4.1
compatibility).
those one will better work (prevents malformed packet)
"\x85\xa6" /* client capabilities */
"\x03\x00" /* extended client capabilities */
--
Cyril Bonté

