Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2009 12:20:50 -0800
From:      Mel Flynn <mel.flynn+fbsd.ports@mailing.thruhere.net>
To:        freebsd-ports@freebsd.org
Cc:        "Philip M. Gollucci" <pgollucci@p6m7g8.com>, Randy Bush <randy@psg.com>
Subject:   Re: mysql 4->5 problem
Message-ID:  <200906111220.52178.mel.flynn%2Bfbsd.ports@mailing.thruhere.net>
In-Reply-To: <4A315B37.5030201@p6m7g8.com>
References:  <m27hzpn35o.wl%randy@psg.com> <200906111104.27039.mel.flynn%2Bfbsd.ports@mailing.thruhere.net> <4A315B37.5030201@p6m7g8.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 11 June 2009 11:29:59 Philip M. Gollucci wrote:
> Mel Flynn wrote:
> > You ran mysql_upgrade before starting the new server?
>
> Usually you have to start the server to run it. it conects to it to make
> changes to the 'mysql' database.

Right. Sometimes aliases are evil:
alias mysql_upgrade='/usr/local/libexec/mysqld --no-defaults --skip-grant-
tables --socket=/tmp/mysql.sock --skip-networking --datadir=/var/db/mysql && 
/usr/local/bin/mysql_upgrade -S /tmp/mysql.sock; killall mysqld'

Though, reading up on his error, I doubt it's the problem.
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906111220.52178.mel.flynn%2Bfbsd.ports>