Web Hosting Talk







View Full Version : MySQL...


Cael
07-20-2001, 06:35 AM
How can I limit space allowance for MySQL database? Is it possible?

microsol
07-20-2001, 06:56 AM
Move the databases to the user space and create a symlink in the data directory of the mysql installation.

mlovick
07-20-2001, 01:41 PM
This is because users quota is activated on the partition mounted on
/home

so any files in the /home directories will count towards the file owners quota.

pmak0
07-20-2001, 05:49 PM
Would this cause database corruption if someone went over the quota?