From owner-freebsd-isp@FreeBSD.ORG Sat Jul 15 06:49:26 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFAC516A4DA for ; Sat, 15 Jul 2006 06:49:26 +0000 (UTC) (envelope-from col-h@optusnet.com.au) Received: from ash25e.internode.on.net (ash25e.internode.on.net [203.16.214.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D2DD43D45 for ; Sat, 15 Jul 2006 06:49:25 +0000 (GMT) (envelope-from col-h@optusnet.com.au) Received: from [10.1.1.99] (ppp244-35.static.internode.on.net [59.167.244.35]) by ash25e.internode.on.net (8.13.6/8.13.5) with ESMTP id k6F6nOU4079566 for ; Sat, 15 Jul 2006 16:19:24 +0930 (CST) (envelope-from col-h@optusnet.com.au) Message-ID: <44B88FF6.6030803@optusnet.com.au> Date: Sat, 15 Jul 2006 16:49:26 +1000 From: Colin House User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-isp@freebsd.org References: <44B7B624.1050003@infinityprosports.com> In-Reply-To: <44B7B624.1050003@infinityprosports.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Bandwith Manager with Mysql X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 06:49:27 -0000 James Ryan wrote: > Perhaps you have different MySQL client and server installs... did you > install them via ports, packages, or source? What is your output of > "pkg_info | grep mysql"? > > James > > Jorge Evangelista wrote: >> Hi guys, I am installing Bandwith Manager of Emerging Technologies, I >> have installed apache, php-mysql, and mysql, it because BW is manage >> with Web Interface, but I have been having errors when Bandwitdh >> Manager try to connect with database. >> There are some logs. >> >> 07/10/06 10:55:30: Cannot Open MySQL Database. Error: Client does not >> support authentication protocol requested by server; consider >> upgrading MySQL client >> 07/10/06 10:56:00: Cannot Open MySQL Database. Error: Client does not >> support authentication protocol requested by server; consider >> upgrading MySQL client >> 07/10/06 10:56:00: Can't Get Statistics for flor2 >> 07/10/06 10:56:00: Can't Get Statistics for SinglePC >> 07/10/06 10:56:00: Can't Get Statistics for singlepc >> 07/10/06 10:56:30: Cannot Open MySQL Database. Error: Client does not >> support authentication protocol requested by server; consider >> upgrading MySQL client >> 07/10/06 10:57:00: Cannot Open MySQL Database. Error: Client does not >> support authentication protocol requested by server; consider >> upgrading MySQL client >> 07/10/06 10:57:30: Cannot Open MySQL Database. Error: Client does not >> support authentication protocol requested by server; consider >> upgrading MySQL client >> >> >> > _______________________________________________ > freebsd-isp@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-isp > To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org" > If you installed from source you need to rebuild php against the mysql5 libraries. If you installed from ports/packages install php5-mysql-5.1.4. Should do the trick :)