[Asterisk-Users] Mysql Trixbox

2006-06-28 Thread Wasif
Hello,


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'


Thanks

Wazb

___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Mysql Trixbox

2006-06-28 Thread Von L.
This isn't anything asterisk is causing.

Sounds to me like FreeRadius is not properly authenticating with mysql.

Example:
If I wanted to log into a mysql box remotely, it could be down like this
$ mysql -p -h XXX.XXX.XXX.XXX -u username databaseName

Which means that 'username' better be in the users table. If you do
something like this
$mysql -h XXX.XXX.XXX.XXX databaseName

You will prob get that error you are seeing.

Its more detailed then this, but that might help.

Von

Wasif wrote:
> Hello,
> 
> 
> 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'
> 
> 
> Thanks
> 
> Wazb
> 
> ___
> --Bandwidth and Colocation provided by Easynews.com --
> 
> Asterisk-Users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
> 
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users