Date: Thu, 27 Oct 2005 23:36:52 +0100 From: eoghan <freebsd@redry.net> To: David Kirchner <dpk@dpk.net> Cc: "Andrew P." <infofarmer@gmail.com>, freebsd-questions@freebsd.org Subject: Re: increasing mount size Message-ID: <D42A4035-9F52-43D1-9A0B-D197088D7898@redry.net> In-Reply-To: <35c231bf0510271522y65ad8864k15dac655433030f8@mail.gmail.com> References: <BEFF4B54-1E6E-479F-A8D8-9FE78DC53EEC@redry.net> <cb5206420510271432n29e4f3b7i3ce50dfe43245aa9@mail.gmail.com> <D6CB97BA-26E5-4CD3-A89C-73C3261F6A38@redry.net> <5241ED1F-1488-467B-ACAD-128D5E36A5B4@redry.net> <35c231bf0510271522y65ad8864k15dac655433030f8@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27 Oct 2005, at 23:22, David Kirchner wrote: > On 10/27/05, eoghan <freebsd@redry.net> wrote: > >> oops! typo... sorry... output: >> nathaniel# du -s /var/* >> 2 /var/account >> 6 /var/at >> 8 /var/backups >> 4 /var/crash >> 4 /var/cron >> 71010 /var/db >> > > This is probably because the port uses /var/db/mysql as the database > directory (not sure why since /var is pretty tiny). An easy "fix" is: > > mysqladmin shutdown > mkdir /usr/local > mv /var/db/mysql /usr/local/ > ln -s /usr/local/mysql /var/db/mysql > > then start mysqld however it is you do that (mysql-server.sh start > maybe?) Ah, thats much better now. Thank you.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D42A4035-9F52-43D1-9A0B-D197088D7898>