Closed modess closed 11 years ago
Ubuntu requires a different mysql driver to be installed, also it needs the package libmysqlclient-dev to be installed for the driver.
libmysqlclient-dev
When starting the daemon it needs the --background flag, otherwise it will just remain in the foreground and the Chef run will not finish or timeout.
--background
This has been tested with Ubuntu 12.04.
Thanks!
Ubuntu requires a different mysql driver to be installed, also it needs the package
libmysqlclient-dev
to be installed for the driver.When starting the daemon it needs the
--background
flag, otherwise it will just remain in the foreground and the Chef run will not finish or timeout.This has been tested with Ubuntu 12.04.