Talk:RouterOs MySql Freeradius
From MikroTik Wiki
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 in section SettingUp Mysql like "Once again freeradius.sql is Here. " is not open or working.