Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jan 2004 11:52:03 +1100
From:      Rob <robbyrnes@ozemail.com.au>
To:        <holm@freibergnet.de>, <freebsd-alpha@freebsd.org>
Subject:   Re: Mysql?
Message-ID:  <200411011523.232363@cartman>
In-Reply-To: <20040109121513.GA57018@pegasus.freiberg-net.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 9 Jan 2004 13:15:13 +0100, Holm Tiffe wrote:
> Hi,
>
>
> has anyone got mysql to work properly on alpha?
>
>
> I've tried mysql-4.0.16 from the ports, 4.0.17, 4.1xx and I've got
> alsways the same error if I try to connect to the mysqld over tcp:
>
> # /usr/local/bin/mysqladmin -u root -h install password 'lolo'
> /usr/local/bin/mysqladmin: connect to server at 'install' failed
> error: 'Lost connection to MySQL server during query'
>
>
> the mysqld logs in this moment:
>
>
> pid 65409 (mysqld): unaligned access: va=3D0x11fff70c pc=3D0x160389bd4
> ra=3D0x160389bc0 op=3Dstq
>
>
> ll is fine if I connect the daemon over the unix domain socket:
>
>
> # /usr/local/bin/mysqladmin -u root -p password 'lolo' Enter
> password: (xxxx) #
>
> I do'nt think, that this is a FreeBSD issue, it looks like a mysql
> bug on 64bit Machines....
>
> BTW: PostgreSQL works as expected, but I need mysql.

I don't get any unaligned accesses on my Miata, are you building mysql with=
 
any fancy optimisations?

loop@erwin ~ % /usr/local/bin/mysqladmin -u root -h localhost -p 'status'
Enter password:
Uptime: 927362  Threads: 1  Questions: 40716  Slow queries: 0  Opens: 107  
Flush tables: 1  Open tables: 49  Queries per second avg: 0.044

loop@erwin ~ % pkg_info | grep mysql
mysql-client-4.0.17 Multithreaded SQL database (client)
mysql-server-4.0.17 Multithreaded SQL database (server)

cheers,
Rob



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