Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
watchmysql-wont-start [2014-02-13 09:43:22] – shaun.reitan | watchmysql-wont-start [2014-02-25 11:24:56] (current) – shaun.reitan | ||
---|---|---|---|
Line 32: | Line 32: | ||
wget download.ndchost.com/ | wget download.ndchost.com/ | ||
sh latest-watchmysql | sh latest-watchmysql | ||
+ | </ | ||
+ | |||
+ | ==== DBI and/or DBD::mysql not installed or broken ==== | ||
+ | |||
+ | The WatchMySQL daemon relies on the perl DBI and DBD::mysql modules. | ||
+ | |||
+ | <code console> | ||
+ | export -n PERL5LIB PERL_LOCAL_LIB_ROOT PERL_MB_OPT PERL_MM_OPT | ||
+ | cpan -i -f DBI | ||
+ | cpan -f -f DBD::mysql | ||
+ | service watchmysql start | ||
</ | </ | ||