Eric Peterson

Results 4 comments of Eric Peterson

``` irb(main):001:0> require 'mysql2' => true irb(main):002:0> d = Mysql::Client.new( :default_file => '~/.mylogin.cnf', :default_group => 'qa_dw' ) NameError: uninitialized constant Mysql from (irb):2 from /usr/bin/irb:11:in `' irb(main):003:0> d = Mysql2::Client.new(...

Here are the step I do to configure and use login-path with mysql command line. Looks like MySQL2 gem doesn't use this method. ``` -- check to see able to...

yes, the above doe does create .mylogin.cnf file which is only readable through mysql_config_editor. ``` $ uname -a Linux sa1 3.19.0-25-generic #26~14.04.1-Ubuntu SMP Fri Jul 24 21:16:20 UTC 2015 x86_64...

all v.5.6. client and server versions