Thanks David, that worked.
Message: 6
Date: Sun, 20 Jan 2008 17:46:16 +0000
From: "Anthony McGarry" <agtmcgarry@gmail.com
>
Subject: MySQL
To: freeradius-users@lists.freeradius.org
Message-ID:
<
a2cb32ac0801200946v4a98d251h4cd04f1bdc447ff1@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
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