zEitEr
Super Moderator
Hi!
Does Directadmin consider InnoDB tables while counting user's disk quota?
Does Directadmin consider InnoDB tables while counting user's disk quota?
Checked, it really counts InnoDB databases. But how?It counts everything.
Checked, it really counts InnoDB databases. But how?
We've got one big /usr/local/mysql/data/ibdata1 file for all users.
Two important disk-based resources managed by the InnoDB storage engine are its tablespace data files and its log files. If you specify no InnoDB configuration options, MySQL creates an auto-extending 10MB data file named ibdata1 and two 5MB log files named ib_logfile0 and ib_logfile1 in the MySQL data directory.