Thanks David, that worked.<br><br>Message: 6<br>Date: Sun, 20 Jan 2008 17:46:16 +0000<br>From: "Anthony McGarry" <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:agtmcgarry@gmail.com">agtmcgarry@gmail.com
</a>><br>Subject: MySQL<br>To: <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:freeradius-users@lists.freeradius.org">freeradius-users@lists.freeradius.org</a><br>Message-ID:<br>        <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:a2cb32ac0801200946v4a98d251h4cd04f1bdc447ff1@mail.gmail.com">
a2cb32ac0801200946v4a98d251h4cd04f1bdc447ff1@mail.gmail.com</a>><br>Content-Type: text/plain; charset="iso-8859-1"<br><br>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<br>mysql I run into a problem.<br><br>The howto says to enter the following commands<br><br>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<br>cd /usr/share/doc/packages
<div style="direction: ltr;">/freeradius/doc/examples/<br><br>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<br>get the mysql.sql<br> script for ver 2.0.0<br><br>Thanks<br>
<br>Anthony<br>-------------- next part --------------<br>An HTML attachment was scrubbed...<br>URL: <<a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.freeradius.org/pipermail/freeradius-users/attachments/20080120/cf567852/attachment-0001.html" target="_blank">
https://lists.freeradius.org/pipermail/freeradius-users/attachments/20080120/cf567852/attachment-0001.html</a>><br><br>------------------------------<br><br>Message: 7<br>Date: Sun, 20 Jan 2008 18:03:26 +0000<br>From: David Wood <
<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:david@wood2.org.uk">david@wood2.org.uk</a>><br>Subject: Re: MySQL<br>To: FreeRadius users mailing list<br>        <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:freeradius-users@lists.freeradius.org">
freeradius-users@lists.freeradius.org</a>><br>Message-ID: <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:O4NIQfEuz4kHFAUp@wood2.org.uk">O4NIQfEuz4kHFAUp@wood2.org.uk</a>><br>Content-Type: text/plain;charset=us-ascii;format=flowed
<br><br>Hi Anthony,<br><br>In message<br><<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:a2cb32ac0801200946v4a98d251h4cd04f1bdc447ff1@mail.gmail.com">a2cb32ac0801200946v4a98d251h4cd04f1bdc447ff1@mail.gmail.com
</a>>, Anthony<br>McGarry <<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:agtmcgarry@gmail.com">agtmcgarry@gmail.com</a>> writes<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<br>>mysql I run into a problem.<br><br>The HOWTO that you're using is out of date.<br>
<br>The SQL files are in raddb/sql/mysql - you need schema.sql. The other<br>two files are optional - use them if you need the features the tables<br>are for.<br><br><br>Best wishes,<br><br><br><br><br>David<br>--<br>David Wood
<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:david@wood2.org.uk">david@wood2.org.uk</a></div>