Databases InterBase (28) MS-SQL (5) mysql (35) Oracle (1)
Exchange Links About this site Links to us 
|
How to limit the size of a MySQL database
This article has not been rated yet. After reading, feel free to leave comments and rate it.
MySQL has no option to set a size limits, but since mysql runs on your operating system's file system, you might be able to specify disk limits there.
When your disk is full or you've reached your quota, mysql will not be in an inconsistent state. The exact
behaviour to this condition is documented in the mysql manual. You may be getting some 'hanging threads' but they'll resume as soon as you make space.
Comments:
|