Hello
Great Howto! But i found a little Error:
zcat /usr/share/doc/freeradius/examples/mysql.sql.gz | mysql -u root -p radius
must be:
zcat /usr/share/doc/freeradius/examples/mysql.sql.gz | mysql -u root -D radius
-p is for Password and -D selects the Database which we want here.
Best Regards
More information about formatting options
Enter your email address:Delivered by FeedBurner
Linux Sysad Internet junkie Photographer wannabe Traveller and I love tennis
More...
Hello
Great Howto! But i found a little Error:
zcat /usr/share/doc/freeradius/examples/mysql.sql.gz | mysql -u root -p radius
must be:
zcat /usr/share/doc/freeradius/examples/mysql.sql.gz | mysql -u root -D radius
-p is for Password and -D selects the Database which we want here.
Best Regards