码迷,mamicode.com
首页 > 其他好文 > 详细

cacti监控报错

时间:2015-04-17 22:29:45      阅读:2119      评论:0      收藏:0      [点我收藏+]

标签:cacti监控报错

1.添加thold插件时报错

You are running MySQL in Strict Mode, which is not supported by Thold.


解决方法:

mysql> SET @@GLOBAL.sql_mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION";
Query OK, 0 rows affected (0.00 sec)

mysql>

本文出自 “一起走过的日子” 博客,请务必保留此出处http://tongcheng.blog.51cto.com/6214144/1633964

cacti监控报错

标签:cacti监控报错

原文地址:http://tongcheng.blog.51cto.com/6214144/1633964

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!