Hi,<br><br>I downloaded the latest version 2.0.0. Installed and tested ok. <br>I want to integrate with MySQL.<br><br>However when I follow the procedure on the howto to create the radius db on mysql I run into a problem.<br>

<br>The howto says to enter the following commands<br><br><pre>mysql -uroot -p<br>  CREATE DATABASE radius;<br>  GRANT ALL ON radius.* TO radius@localhost IDENTIFIED BY "radpass";<br>  exit<br><br>This works fine and I can see the newly created db and user.
<br><br><br>However then it tells me to run mysql.sql<span style="font-family: arial,sans-serif;"><br></span>cd /usr/share/doc/packages/freeradius/doc/examples/<br></pre><pre>mysql -uroot -p radius < mysql.sql<br><br>I have looked everywhere on my system for this file but it is not present. 
<br><br>I checked the tar for 2.0.0 and still no joy<br>I downloaded and checked the tar for 1.1.7 and its in the doc/example folder.<br><br>Is there a new way of updating the radius db in MySQL or where can I get the mysql.sql
<br> script for ver 2.0.0<br><br>Thanks<br><br>Anthony<br></pre>