Re: Server IP changed and "FreeRADIUS+MySQL" does not work
Thanks to all of you.
I can connect to MySQL using MySQL command-line program.
The problem seems having been resolved , yet not completely. I logined as super user "ygx" other than "root". And "FreeRADIUS + MySQL" works again. I didnt make any other changes except editing
sql.conf to login as user "ygx".
The problem maybe exist in the table "user " of the database "mysql", which is as follow:
mysql> select Host,User,Password from user;
+-------------------------------+--------+-----------------------------------------------------------------------------------+
| Host | User | Password |
+-------------------------------+--------+-----------------------------------------------------------------------------------+
| localhost | root | *639C78D0EC361EE7FBD5E7B2EE7D4356079DB335 |
| 202.117.54.251 | root | *639C78D0EC361EE7FBD5E7B2EE7D4356079DB335 |
| % | ygx | * 95FF347796503B19B351447515672881EB314534 |
| % | root | *81F5E21E35407D884A6CD4A731AEBFB6AF209E1B |
+------------------------------+---------+-----------------------------------------------------------------------------------+
Note that user 'root' has different Password .
Regards
Guoxian.
This archive was generated by a fusion of
Pipermail (Mailman edition) and
MHonArc.