Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Oct 2000 10:54:29 +0300
From:      Alex Koshterek <havoc@lookanswer.com>
To:        Kazu Kimura <kimura@ctc.ad.jp>, Emil Thelin <emil-t@display-umea.se>
Cc:        freebsd-database@FreeBSD.ORG
Subject:   Re: Question on MySQL
Message-ID:  <00102510555600.71677@pro.lookanswer.com>
In-Reply-To: <20001025163220.3465.KIMURA@ctc.ad.jp>
References:  <20001025155142.345F.KIMURA@ctc.ad.jp> <Pine.BSF.4.10.10010250920360.70296-100000@mailserver.display-umea.se> <20001025163220.3465.KIMURA@ctc.ad.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00102510555600.71677>