Daryl Pawluk wrote:

> another thing that seems peculiar to me (i'm not at all familiar with
> mysql):
> 
> [root@daryl /root]# mysqladmin -h`hostname` -p status
> Enter password:
> mysqladmin: connect to server at 'daryl.pawluk' failed
> error: 'Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)'
> 
> and yet
> 
> [root@daryl /root]# mysqladmin -h localhost -p status
> Enter password:
> Uptime: 1411  Threads: 1  Questions: 12  Slow queries: 0  Opens: 15  Flush
> tables: 1  Open tables: 11 Queries per second avg: 0.009
> 
> succeeds. could this mean anything?

The quicker fix is to make obs use 'localhost' instead of hostname if
this is what the problem turns out to be.  The 'proper' solution is to
add an entry in the mysql.user table allowing access from 'hostname'. 
Mysql allows several usernames to be several different users depending
on where they connect from, so you have be explicit in that regard.

Christopher
_______________________________________________
Obs-dev mailing list
[EMAIL PROTECTED]
http://www.freeamp.org/mailman/listinfo/obs-dev

Reply via email to