Changing MySQL port

2005-03-24 Thread tonix (Antonio Nati)
I'm using an alternate port (13001) for MySQL, and I've added a port option in sql.conf (I've not found it in documentation, but it works and is in the code). server = "localhost" port = "13001" login = "radius" password = "" While normal mysql program wor

Basic logging problems

2005-03-24 Thread tonix (Antonio Nati)
I'm trying to setup a basic configuration, based on MySQL and unix, and I'ld like to keep logging on files. I'm actually using radtest, and I don't see any logging. MySQL is misconfigured, so it's ok not to have logging on MySQL, but I wonder how to have logging on file. Or does radtest just te