Mysql Tribox(Asterisk)

Dennis Skinner dskinner at bluefrog.com
Wed Jun 28 19:04:41 CEST 2006


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



More information about the Freeradius-Users mailing list