From owner-freebsd-questions@FreeBSD.ORG Fri Jul 29 02:14:03 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 A0F9A16A41F for ; Fri, 29 Jul 2005 02:14:03 +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 19CF944029 for ; Fri, 29 Jul 2005 02:14:02 +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 j6T2Dr7d000722; Fri, 29 Jul 2005 11:13:53 +0900 (JST) Received: from ms20.fujixerox.co.jp (localhost [127.0.0.1]) by isvw21.fujixerox.co.jp with ESMTP id j6T2DrXo029559; Fri, 29 Jul 2005 11:13:53 +0900 (JST) Received: from ms1.fujixerox.co.jp (ms1 [129.249.27.192]) by ms20.fujixerox.co.jp with ESMTP id j6T2Dqhs006590; Fri, 29 Jul 2005 11:13:52 +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 j6T2Dpm18854; Fri, 29 Jul 2005 11:13:51 +0900 (JST) Received: from mailhost.sgp.fujixerox.com by sgpaphq-smtp01.fujixerox.com with ESMTP id 99212611122603217; Fri, 29 Jul 2005 10:13:37 +0800 Received: from localhost (localhost [127.0.0.1]) by localhost.sgp.fujixerox.com (Postfix) with SMTP id 648781D969; Fri, 29 Jul 2005 10:13:33 +0800 (SGT) Received: from sess.xssc.sgp.xerox.com (unknown [13.198.33.122]) by imss.sgp.fujixerox.com (Postfix) with ESMTP id D8AE71D9A1; Fri, 29 Jul 2005 10:13:29 +0800 (SGT) From: Xu Qiang To: Dan Nelson , Xu Qiang Date: Fri, 29 Jul 2005 10:16:49 +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: <20050729021329.D8AE71D9A1@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 02:14:03 -0000 Dan Nelson wrote: > You set a password on mysql's root user, and probably didn't tell > sql-bench about it. Take a look at the the sql-bench documentation or > look at the run_all_tests script to find out how to tell it what the > password is. Sorry I didn't read the file README in the sql-bench directory before askin= g the question. = Now I run the test with "perl run-all_tests --user=3Dmysql", and it can run= now. = Thanks for pointing our that. :) Regards, Xu Qiang