Talk:RouterOs MySql Freeradius

From MikroTik Wiki
Revision as of 17:11, 28 February 2008 by Linuxss (talk | contribs) (various link presented in article does not open)
Jump to: navigation, 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,

various link presented in article does not open

Link given in article like "Once again freeradius.sql is Here. " is now open or working.