Hello,<br><br>I am trying to get freeradius 1.1.0 up with mysql 5.0 and it is giving me trouble.<br><br>radiusd -X shows that the sql connection is established but radiusd doesn't limit the connections based on num_sql_socks and it continues to connect until my mysql hits its max connections.  At that point it begins this...
<br><br>rlm_sql ((null)): Attempting to connect rlm_sql_mysql #299<br>rlm_sql_mysql: Starting connect to MySQL server for #299<br>rlm_sql ((null)): Connected new DB handle, #299<br>rlm_sql ((null)): starting 300<br>rlm_sql ((null)): Attempting to connect rlm_sql_mysql #300
<br>rlm_sql_mysql: Starting connect to MySQL server for #300<br>rlm_sql_mysql: Couldn't connect socket to MySQL server radiusd@localhost:radius<br>rlm_sql_mysql: Mysql error 'Too many connections'<br>rlm_sql ((null)): Failed to connect DB handle #300
<br>rlm_sql ((null)): starting 301<br>rlm_sql ((null)): starting 302<br>rlm_sql ((null)): starting 303<br>rlm_sql ((null)): starting 304<br><br>and it continues until i Ctrl-C it<br><br>Anyone have any ideas?<br><br>Thanks,
<br>Chad<br>