From owner-freebsd-database Wed Oct 25 0:56:30 2000 Delivered-To: freebsd-database@freebsd.org Received: from pro.lookanswer.com (unknown [195.66.202.99]) by hub.freebsd.org (Postfix) with ESMTP id 551FE37B479 for ; Wed, 25 Oct 2000 00:56:25 -0700 (PDT) Received: by pro.lookanswer.com (8.11.0/8.9.3) id e9P7tuD71681; Wed, 25 Oct 2000 10:55:56 +0300 (EEST) (envelope-from havoc) From: Alex Koshterek To: Kazu Kimura , Emil Thelin Subject: Re: Question on MySQL Date: Wed, 25 Oct 2000 10:54:29 +0300 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain; charset="US-ASCII" Cc: freebsd-database@FreeBSD.ORG References: <20001025155142.345F.KIMURA@ctc.ad.jp> <20001025163220.3465.KIMURA@ctc.ad.jp> In-Reply-To: <20001025163220.3465.KIMURA@ctc.ad.jp> MIME-Version: 1.0 Message-Id: <00102510555600.71677@pro.lookanswer.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-database@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > extract: /usr/local/share/mysql/spanish/errmsg.txt > extract: /usr/local/share/mysql/swedish/errmsg.sys > extract: /usr/local/share/mysql/swedish/errmsg.txt > extract: execute '/usr/local/bin/mysql_install_db' <--- > Creating db table > Creating host table > Creating user table > Creating func table > Creating tables_priv table > Creating columns_priv table > ERROR: 1050 Table 'db' already exists > ERROR: 1062 Duplicate entry '%-test-' for key 1 > ERROR: 1062 Duplicate entry '%-test\_%-' for key 1 > ERROR: 1050 Table 'host' already exists > ERROR: 1050 Table 'user' already exists > ERROR: 1062 Duplicate entry 'localhost-root' for key 1 > ERROR: 1062 Duplicate entry 'red.stf.ctc.ad.jp-root' for key 1 > ERROR: 1062 Duplicate entry 'localhost-' for key 1 > ERROR: 1062 Duplicate entry 'red.stf.ctc.ad.jp-' for key 1 > ERROR: 1050 Table 'func' already exists > ERROR: 1050 Table 'tables_priv' already exists > ERROR: 1050 Table 'columns_priv' already exists > > PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! > > > Do these error have problem? or mysql_install_db file was a wrong one? > Maybe mysql server find database in incorrect place? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-database" in the body of the message