18 Jul
2024
18 Jul
'24
7:38 a.m.
On Jul 17, 2024, at 10:11 PM, (null) (null) via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
When I startup using radiusd -X, it doesn't give me the error and radius server start successfully attached is the debug log details.
But if I startup using the "systemctl start radiusd.serviceā, it failed to start and radius.log appear the following message ... Thu Jul 18 09:59:19 2024 : Error: rlm_sql_mysql: Couldn't connect to MySQL server root@10.0.0.3:radius Thu Jul 18 09:59:19 2024 : Error: rlm_sql_mysql: MySQL error: Can't connect to MySQL server on '10.0.0.3' (13)
That message says that the MySQL server isn't running. So... make sure that the MySQL server is running before FreeRADIUS is started. Alan DeKok.