Paul Larson
Basic Pleskian
- Server operating system version
- Ubuntu 22.04
- Plesk version and microupdate number
- 18.0.61 Update #5
We are inheriting a site hosted on a customer's server. Current developer writes: "You will need a container / environment that has mysql setup with this higher rowsize. Changing the innodb_page_size in an existing environment with other DBs with the default rowsize will corrupt (can't think of the right word), all the other DBs in that current environment."
Settings they recommend are:
innodb_strict_mode = 0
innodb_page_size=32K
sql_mode = ONLY_FULL_GROUP_BY,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
a) Is it correct that I can't amend the innodb_page_size without damaging current databases?
b) If I were to instead spin up a new Plesk instance, at what point is it best to change innodb_page_size?
The server I intended for this domain currently has innodb_page_size of 16384
Settings they recommend are:
innodb_strict_mode = 0
innodb_page_size=32K
sql_mode = ONLY_FULL_GROUP_BY,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
a) Is it correct that I can't amend the innodb_page_size without damaging current databases?
b) If I were to instead spin up a new Plesk instance, at what point is it best to change innodb_page_size?
The server I intended for this domain currently has innodb_page_size of 16384