Hi all,
I have the necessity to connect to an external mysql database. Inside the book “Mastering Cloudforms automation” (page 366) is described how to do it, but when I execute the script arises the error that mysql gem is not installed.
require ‘rubygems’
require ‘mysql’
…
Anybody had experienced something like this and know the steps to follow? I’m a little scared to install the ruby gem mysql in cloudforms prod for not messing up anything.
Thanks in advance,
Albert