2 Nov
2006
2 Nov
'06
6:34 a.m.
1. I assume you did run the db_sql_mysql.sql script to create the database schema ?? This will create the majority of the schema.
2. Did you run the sql-scripts in /usr/local/dialup_admin/sql ? They are executed in a similar fashion.
Note: In my case , I got error messages when executing some of these scripts. What I did was to remove the "DEFAULT '0'" from the scripts that failed.
You execute a script as follows:
First you log into mysql : mysql -uroot -p<password>
Then you create the database: CREATE DATABASE radius;
Then execute the script: mysql -uroot -p<rootpassword> radius < db_sql_mysql.sql
Hope this helps
I did exactly the same and it helped me. Thank you for very good answer. Dusan http://dj-dule.blogspot.com