28 Jun
2006
28 Jun
'06
1:04 p.m.
Wasif wrote:
I have installed FreeRadius server on Trixbox Server. My problem is mysql is not letting FreeRadius to login either locally or remotely. I also insert proper entries in HOST and USERS tables. But it does not work I always get ERROR 1045 (28000); Access Denied for user 'root'@'localhost'
1. Did you FLUSH PRIVILEGES in MySQL? 2. Don't use root. Create a new user in MySQL that only has the specific access to the db's, tables, and/or columns needed. If you use the GRANT command to create the user and privs you won't need to flush the privs afterwards. See the MySQL docs. They are very good. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com