cedlecomte / RTG2

Realtime Traffic Grapher 2
GNU General Public License v2.0
11 stars 9 forks source link

Bad syntax in etc/createdb.in #45

Closed bewing closed 9 years ago

bewing commented 9 years ago

mysql rtg < rtg.sql ERROR 1064 (42000) at line 31: 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 'unsigned DOUBLE NOT NULL, KEY ifInOctets_idx (dtime) )' at line 5

Should be rate DOUBLE unsigned NOT NULL.

cedlecomte commented 9 years ago

I'm closing this issue fixed in #46