From owner-freebsd-questions Sun Nov 24 8:15:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28B7E37B401 for ; Sun, 24 Nov 2002 08:15:51 -0800 (PST) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29CF043EA3 for ; Sun, 24 Nov 2002 08:15:50 -0800 (PST) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 18FzQ8-000LV1-00 for FreeBSD-Questions@FreeBSD.Org; Sun, 24 Nov 2002 08:15:44 -0800 Date: Sun, 24 Nov 2002 08:15:44 -0800 From: Nathan Kinkade To: FreeBSD-Questions@FreeBSD.Org Subject: Re: Logging transactions in MySQL Message-ID: <20021124161544.GK69767@sub21-156.member.dsl-only.net> Reply-To: nkinkade@dsl-only.net Mail-Followup-To: FreeBSD-Questions@FreeBSD.Org References: <20021124000210.A219-100000@dhcp-407-32.san.rr.com> <3DE0A608.4622.3BFCE3@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3DE0A608.4622.3BFCE3@localhost> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Nov 24, 2002 at 10:12:24AM -0000, Kjell wrote: > Hi! > > I have followed the instructions on the mysql.com site to set up mysql > to log all changes to my data base. This works fine. But when I reboot > the PC I have to manually restart the logging. How can I automate this? > > regards from Kjell/LA3SG How did you go about setting up MySQL to log? You can generally put a script of your own making in /usr/local/etc/rc.d if you want have something occur on every boot. `man rc` - look for rc.d. Nathan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message