For CentOS/RHEL 6.x, 64bit
http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/
System/Network Engineer, Akira Muramatsu's tech blog from Huntington Beach, CA, USA
Showing posts with label cacti. Show all posts
Showing posts with label cacti. Show all posts
3/14/2012
8/19/2011
Cacti plugin installation problem
When you applied the pa.sql to cacti database, you might face the following error.
ERROR 1064 (42000) at line 5: 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' at line 12
To get around this, you have to edit pa.sql and replace the word TYPE to ENGINE like this.
:%s/TYPE/ENGINE/g
Then excute the sql file.:)
ERROR 1064 (42000) at line 5: 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' at line 12
To get around this, you have to edit pa.sql and replace the word TYPE to ENGINE like this.
:%s/TYPE/ENGINE/g
Then excute the sql file.:)
Subscribe to:
Posts (Atom)