On Wed, 26 Feb 2003, Ed H wrote: > I am a newbie installing FreeRadius for the first time on a Redhat Linux 7.2 > system with MySQL capabilities. > > I got the system to run without the SQL option and am now having problems > reading the db_mysql.sql library. I added the rlm_sql_mysql path to my > ld.so.conf file and also to the radiusd.conf file. However I am still > having problems. [snip]
Actually, db_mysql.sql is a text file containing the database and table structures you need to use for freeradius + mysql. It doesn't matter what the permissions or ownership are, because you just use it to create your radius tables. Usually, something like this: mysql < db_mysql.sql or mysql -p db_mysql.sql It's not read or used at all by the radius server itself, as far as I know. Kristina - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
