Subject: Re: MySQL installation
To: Brian Rose <saider@gate.net>
From: Luke Mewburn <lukem@netbsd.org>
List: netbsd-users
Date: 01/30/2003 09:17:04
On Wed, Jan 29, 2003 at 12:07:49PM -0500, Brian Rose wrote:
  | I had the permissions set for /var/mysql set to mysql:mysql, however the 
  | directories underneath it were set up as root:wheel (because I had 
  | installed as root, I suppose).
  | 
  | I fixed it with
  | chown -R mysql /var/mysql
  | chgroup -R mysql /var/mysql
  | 
  | It now seems to work just fine. Thanks for the reminder.

I've updated the "MESSAGE" for mysql-server, to make this step more
obvious.

Luke.