From owner-freebsd-questions@FreeBSD.ORG Fri Jul 29 01:48:42 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6ECC216A41F for ; Fri, 29 Jul 2005 01:48:42 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from mx21.fujixerox.co.jp (mx21.fujixerox.co.jp [192.26.96.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2FE143D49 for ; Fri, 29 Jul 2005 01:48:41 +0000 (GMT) (envelope-from Qiang.Xu@fujixerox.com) Received: from isvw21.fujixerox.co.jp ([129.249.27.141]) by mx21.fujixerox.co.jp with ESMTP id j6T1mOok025656; Fri, 29 Jul 2005 10:48:24 +0900 (JST) Received: from ms20.fujixerox.co.jp (localhost [127.0.0.1]) by isvw21.fujixerox.co.jp with ESMTP id j6T1mOZD019567; Fri, 29 Jul 2005 10:48:24 +0900 (JST) Received: from ms1.fujixerox.co.jp (ms1 [129.249.27.192]) by ms20.fujixerox.co.jp with ESMTP id j6T1mN0g023650; Fri, 29 Jul 2005 10:48:23 +0900 (JST) Received: from sgpaphq-smtp01.fujixerox.com ([13.198.8.73]) by ms1.fujixerox.co.jp (8.11.6p2a/3.7W) with ESMTP id j6T1mMm14902; Fri, 29 Jul 2005 10:48:22 +0900 (JST) Received: from mailhost.sgp.fujixerox.com by sgpaphq-smtp01.fujixerox.com with ESMTP id 99152191122601664; Fri, 29 Jul 2005 09:47:44 +0800 Received: from imss.sgp.fujixerox.com (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with ESMTP id 065DC1D9A1; Fri, 29 Jul 2005 09:47:41 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id C969D1D9A7; Fri, 29 Jul 2005 09:47:40 +0800 (SGT) From: Xu Qiang To: Dan Nelson Date: Fri, 29 Jul 2005 09:51:00 +0800 X-Sent-Folder-Path: Sent Items X-Mailer: Oracle Connector for Outlook 9.0.4 60130 (9.0.2711) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20050729014740.C969D1D9A7@imss.sgp.fujixerox.com> Cc: freebsd-questions@freebsd.org Subject: RE: groupadd/useradd in FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2005 01:48:42 -0000 Maybe it is an off-topic question. I "cd /usr/local/mysql/sql-bench" and "perl run_all_tests", just to get the= following error: = ------------------------------------------------------------- Got error: 'Access denied for user 'root'@'localhost' (using password: NO)'= when connecting to DBI:mysql:database=3Dtest;host=3Dlocalhost with user: '= ' password: '' ------------------------------------------------------------- By the way, before doing the bench test, I did this operation: = /usr/local/mysql/bin/mysqladmin -u root password 'new-password' /usr/local/mysql/bin/mysqladmin -u root -h gso_dev_2.workgroup password 'ne= w-password' Is this the cause? = Dan, I remember you said that mysqld will automatically setuid() itself to = the "mysql" user when it starts up. = How to let the bench test run? Thanks in advance, = Regards, Xu Qiang