Is there a way to set a quota on the size of a database under mySQL? The intended use is to limit the size of a database for accounts at a web hosting company. Since the actual directories where the database files are stored is not under the users home directory the database files do not fall under the users account quota.
thanks,
Losang
why can't you put the databases in the users home and symlink to them from the mysql home?
It may be mysql doesn't follow symlinks, but I'm not positive about that.