You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mysqlplus seems to install:
$ sudo gem install mysqlplus-0.1.0.gem — —with-mysql-config=/usr/local/mysql/bin/mysql_config
Building native extensions. This could take a while…
Successfully installed mysqlplus-0.1.0
1 gem installed
Installing ri documentation for mysqlplus-0.1.0…
Installing RDoc documentation for mysqlplus-0.1.0…
But…
$ irb
irb(main):001:0> require ‘mysqlplus’
LoadError: no such file to load — mysqlplus
from (irb):1:in `require’
from (irb):1
irb(main):002:0>
I know this is probably a stupid question, but I have no idea what to do.