From owner-freebsd-questions@FreeBSD.ORG Sat Dec 11 19:06:44 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A92316A4CE for ; Sat, 11 Dec 2004 19:06:44 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4670B43D2F for ; Sat, 11 Dec 2004 19:06:44 +0000 (GMT) (envelope-from john.destefano@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so527255rne for ; Sat, 11 Dec 2004 11:06:43 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=dvbFDBDb/wFp3z89s5hFwxBI/WgDNDnhbXrL/NCMuz4emPvAM9CzVMsnNiQeAw76ytfYUtpcTTPIsUP2rMkHneCXJK2meDzAyQuA7aXzD3emnIMvyJBCRAN2qiLygBecOh2w3spsZisYXz7fbaT17sxLIGwfMAKtn1KW1fdv9Z8= Received: by 10.38.97.8 with SMTP id u8mr585438rnb; Sat, 11 Dec 2004 11:06:43 -0800 (PST) Received: by 10.38.99.32 with HTTP; Sat, 11 Dec 2004 11:06:43 -0800 (PST) Message-ID: Date: Sat, 11 Dec 2004 14:06:43 -0500 From: John DeStefano To: Peter Risdon In-Reply-To: <41BABCA8.8020809@circlesquared.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041210145930.M75908@wcborstel.nl> <20041210165849.M9090@wcborstel.nl> <20041210210712.M62103@wcborstel.nl> <41BA1877.60203@circlesquared.com> <41BABCA8.8020809@circlesquared.com> cc: freebsd-questions@freebsd.org Subject: Re: mysql connect problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: John DeStefano List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Dec 2004 19:06:44 -0000 On Sat, 11 Dec 2004 09:23:52 +0000, Peter Risdon wrote: > > When I specify a value for "MySQL server" and for "DB root password" > > on the MediaWiki 1.3.8 installation page, I get "Couldn't connect to > > database" with a script note "MySQL error 1250: Client does not > > support authentication protocol requested by server; consider > > upgrading MySQL client". > > > > When I omit the root password value, so it can connect with the user > > wikiuser, it says "Check name/pass or enter root password below", with > > notes "# MySQL error 1045: Access denied for user: 'root'@'localhost' > > (Using password: NO)" and "Trying regular user... need password." > > OK, but is this a mysql problem? It's certainly beginning to seem _not_ to be, isn't it. > Can you connect as the relevant users from the command line? Yes. Which would seem to affirm your suspicion above. And I've tried every possible combination of information on the MediaWiki install page, but nothing works. If there are no more suggestions on how to fix this, how about recommendations for a different wiki package? Preferably, one that won't be quite as much of a bear to set up.... Thanks.