afwbkbc

Results 2 issues of afwbkbc

See screenshot: http://dump.bitcheese.net/files/donusyj/gems.png

Basic example: ``` this.connection = await MYSQL.createConnection( 'mysql://root:password@localhost:3306/test' ); ``` It connects fine, but then - it should login as 'root'@'localhost', right? Instead I get `Error: Access denied for user...

needs investigation
needs reproduction