Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 1998 10:34:11 +0200
From:      Volker Paepcke <scratchy@vulcan.franken.de>
To:        "Eddie Irvine" <eirvine@tpgi.com.au>
Cc:        freebsd-database@FreeBSD.ORG
Subject:   Re: Mysql 
Message-ID:  <199805260834.KAA12546@yavin.franken.de>
In-Reply-To: Your message of "Mon, 25 May 1998 18:57:12 %2B1000." <01bd87bb$1b3c1b40$a81a1acb@gretchen> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi there.
> 
> Can't get the latest port of mySQL
> to run. Compiles and installs OK
> but mysqld core dumps as soon as I
> run mysql. Have tried to configure
> with with-debug but, alas and alack,
> no joy.
> 
> Also made world to latest 2.2-Stable
> . . . the mysqld still core dumps.
> 
> made clean and configured for 
> with-mit-pthreads. Yep, still
> core dumps.
> 
> Help!
> 
> 
> Eddie.
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-database" in the body of the message
> 

There is a problem with the mit-threads which don't work with
unix domain sockets. You have to give mysql the hostname even
if mysqld is running on the same host.

Type mysql -h <hostname> where <hostname> must not be "localhost".

This is a litte slower than unix domain sockets but is works!

Volker


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?199805260834.KAA12546>