Talk:RouterOs MySql Freeradius: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
m (Reverted edits by Vy9Eqx (Talk); changed back to last version by Bryan savage)
(No difference)

Revision as of 08:21, 13 August 2007

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,