When I try to create the rows in the cacti database for the flowview plugin I get the following error.
ERROR 1064 (42000) at line 2: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'TYPE=MEMORY' at line 6
I am using the newest version of MariaDB instead of mysql. Does anyone know what I need to change the line TYPE=Memory to for this script to work?
Getting Flowview Plugin sql script to work with MariaDB
Moderators: Developers, Moderators
Re: Getting Flowview Plugin sql script to work with MariaDB
I would change
TYPE=MEMORY
to
ENGINE=MEMORY
TYPE=MEMORY
to
ENGINE=MEMORY
Re: Getting Flowview Plugin sql script to work with MariaDB
sweet that worked. Thanks
Who is online
Users browsing this forum: No registered users and 0 guests