mysql 4->5 problem

Mel Flynn mel.flynn+fbsd.ports at mailing.thruhere.net
Thu Jun 11 20:20:57 UTC 2009


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


More information about the freebsd-ports mailing list