Talk:RouterOs MySql Freeradius

From MikroTik Wiki
Revision as of 08:21, 13 August 2007 by Janisk (talk | contribs) (Reverted edits by Vy9Eqx (Talk); changed back to last version by Bryan savage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

So what do you think guys?

mysql 5/Ubuntu 6.1

Great guide, Tristram.

With newer versions of mySQL, the SQL file needs modified.

    CREATE TABLE nas (  
      id int(10) DEFAULT '0' NOT NULL auto_increment,

should be

    CREATE TABLE nas (
      id int(10) NOT NULL auto_increment,