Date: Wed, 2 Feb 2005 09:54:24 -0500 From: "Grant Peel" <gpeel@thenetnow.com> To: <freebsd-questions@freebsd.org> Subject: MySQL Disk Quotas per User/Group Message-ID: <010e01c50937$17852460$6401a8c0@GRANT>
next in thread | raw e-mail | index | archive | help
Hi all, I have been struggling with how to include a users MySQL disk usage within thier disk quota. Currently, each user has a disk quota set on thier /home/usernamehere directory The mysql databases are kept in the /home/usernamehere/database directory, but, mysql insists on owning the files. (In the /usr/local/mysql/var/ there is a symlink to the users database directory: /usr/local/mysql/var/usernamehere -> /home/usernamehere/database Is there a way to setup user:group permissions so that the database directory is included in the users disk quota? -Grant
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010e01c50937$17852460$6401a8c0>