Hi,

I downloaded the latest version 2.0.0. Installed and tested ok.
I want to integrate with MySQL.

However when I follow the procedure on the howto to create the radius db on mysql I run into a problem.

The howto says to enter the following commands

mysql -uroot -p
CREATE DATABASE radius;
GRANT ALL ON radius.* TO radius@localhost IDENTIFIED BY "radpass";
exit

This works fine and I can see the newly created db and user.


However then it tells me to run mysql.sql
cd /usr/share/doc/packages/freeradius/doc/examples/
mysql -uroot -p radius < mysql.sql

I have looked everywhere on my system for this file but it is not present.

I checked the tar for 2.0.0 and still no joy
I downloaded and checked the tar for 1.1.7 and its in the doc/example folder.

Is there a new way of updating the radius db in MySQL or where can I get the mysql.sql
script for ver 2.0.0

Thanks

Anthony