Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 12:41:15 -0400
From:      Drew Linsalata <drew@gothambus.com>
To:        freebsd-isp@freebsd.org
Subject:   Re: Bandwith Manager with Mysql
Message-ID:  <44B7C92B.6050904@gothambus.com>
In-Reply-To: <de85c96f0607140750x23073707m5d250badc6c7ff74@mail.gmail.com>
References:  <de85c96f0607140750x23073707m5d250badc6c7ff74@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jorge Evangelista wrote:

> 07/10/06 10:57:30: Cannot Open MySQL Database. Error: Client does not
> support authentication protocol requested by server; consider
> upgrading MySQL client


You need to change the MySQL password format for the bwmgr user:


Connect to your MySQL server:
-----------------------------
mysql -h your.sql.host -u root -p


Update the password:
---------------------

use mysql
SET password=OLD_PASSWORD('password') WHERE user='username';
flush privileges;

That should get you in.  The problem is that your MySQL is too new for 
the bandwidth manager package.



-- 

Drew Linsalata
The Gotham Bus Company, Inc.
Dedicated Servers and Colocation Solutions
Long Island, New York
http://www.gothambus.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44B7C92B.6050904>