RE: Mysql vs /var partition...

2005-05-26 Thread Joe Wood
o: freebsd Subject: Mysql vs /var partition... Hi All: My mysql database is growing, it has subsequently filled the /var/db partition to capacity. I tried moving the mysql dir and symlinking it to /var/db/mysql which didn't work. I also tried mount_null from the /usr partition to the /var/

Re: Mysql vs /var partition...

2005-05-26 Thread Bjoern Koenig
Matt Virus wrote: I tried moving the mysql dir and symlinking it to /var/db/mysql which didn't work. I also tried mount_null from the /usr partition to the /var/db/mysql folder...in both instances, the mysql server will not start. It should work. I've done this already. If you are still not

Re: Mysql vs /var partition...

2005-05-26 Thread Mathieu CHATEAU
Hello, in your /etc/rc.conf: mysql_dbdir="/data/mysql" cheers, Mathieu CHATEAU Thursday, May 26, 2005, 7:18:43 PM, you wrote: MV> Hi All: MV> My mysql database is growing, it has subsequently filled the /var/db MV> partition to capacity. MV> I tried moving the mysql dir and symlinking it to

RE: Mysql vs /var partition...

2005-05-26 Thread Barry Byrne
> -Original Message- > From: [EMAIL PROTECTED] > My mysql database is growing, it has subsequently filled the /var/db > partition to capacity. > I tried moving the mysql dir and symlinking it to /var/db/mysql which > didn't work. I also tried mount_null from the /usr partition to the

Mysql vs /var partition...

2005-05-26 Thread Matt Virus
Hi All: My mysql database is growing, it has subsequently filled the /var/db partition to capacity. I tried moving the mysql dir and symlinking it to /var/db/mysql which didn't work. I also tried mount_null from the /usr partition to the /var/db/mysql folder...in both instances, the mysql s