Is it possible to limit mySQL database size for a particular package (created via whm)? So we can offer a kind of trial hosting account. Trial should obviously have catches or we won't really earn. I have seen companies using that trick.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
MySQL doesn't have native support for quotas. You could use conventional file system quotas and Or you could write a trigger that does some calc on the fly, but either way, its a good road to DB corruption. |
|||
|
|