Reply to comment

Anonymous's picture

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

Reply

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You may quote other posts using [quote] tags.

More information about formatting options