This repository was archived by the owner on May 21, 2024. It is now read-only.

Description
MySqlStreamer fails on any warning, because it throws when anything is written to stderr. That should probably be a separate bug.
This is what I use in development:
mysql Ver 14.14 Distrib 5.6.10, for osx10.7 (x86_64) using EditLine wrapper
I'm not that concerned about failure on this warning, because it needs to be addressed:
Warning: Using a password on the command line interface can be insecure. -- you think?
I have a quick patch forthcoming to address this issue in a superficial way.