MySQL Quotas

2007-07-03 Thread Grant Peel
Hi,

I am posting this here thinking this may be more of an OS thing than a mysql 
thing...

Since all mysql databases and tables need to be owned by the mysql user, is 
there, er, has anyone figured out a way to impose disk quotas per database for 
mysql?

-Grant
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: MySQL Quotas

2007-07-03 Thread Chuck Swiger

Grant Peel wrote:

I am posting this here thinking this may be more of an OS thing than a mysql 
thing...

Since all mysql databases and tables need to be owned by the mysql user, is
there, er, has anyone figured out a way to impose disk quotas per database
for mysql?


Databases tend to lose pending commits if they no longer can expand and use 
more space; most people do not attempt to use disk quotas with a database 
because new transactions are highly important.


--
-Chuck

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]