I have been working my way through the PACKT 'FreeRADIUS' book and managed to get most of it working until now.
I am trying to set up mySQL but I don't have enough space to load the mySQL server locally. As a result, I have configured FreeRADIUS to use another mySQL server remotely.
The trouble I have is that I keep getting
[sql] expand: ->
[sql] Error generating query; rejecting user
errors. I can access the server from other computers using the same username and password. so I know that the mySQL server is accepting remote queries.
So, the question is...
Is there a way to test access to a remote mySQL server from within OpenWRT?
I want to see if that bit is working at least.