MySQL报错ERROR 1044 ERROR 1064 (42000):
安装监控软件cacti时,发现mysql不能创建数据库
mysql> create database cacti;
ERROR 1044 (42000): Access denied for user ''@'localhost' to database 'cacti'
root 用户的 create_priv 权限问题 重新给root设置密码搞定>source cacti.sql;时报大量这样错误ERROR 1146 (42S02): Table 'cacti.graph_templates_gprint' doesn't exist
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM COMMENT='Stores the actual graph data.'' at line 49
是mysql5 不支持 TYPE=MyISAM ,将cacti.sql里面的TYPE全部换成ENGINE 即 ENGINE=MyISAM 。
相关推荐
emmm00 2020-11-17
王艺强 2020-11-17
aydh 2020-11-12
世樹 2020-11-11
zry 2020-11-11
URML 2020-11-11
spurity 2020-11-10
yifangs 2020-10-13
Andrea0 2020-09-18
Ida 2020-09-16
ltd00 2020-09-12
tufeiax 2020-09-03
xjd0 2020-09-10
greatboylc 2020-09-10
adsadadaddadasda 2020-09-08
疯狂老司机 2020-09-08
CoderToy 2020-11-16
ribavnu 2020-11-16
bianruifeng 2020-11-16