Bandwith Manager with Mysql

Drew Linsalata drew at gothambus.com
Fri Jul 14 16:41:25 UTC 2006


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


More information about the freebsd-isp mailing list