How to change innodb_read_io_threads in MySQL
I will give an example of changing innodb_read_io_threads in MySQL. The innodb_read_io_threads value determines the number of I/O threads for read operations in InnoDB. The default is 4, the minimum possible is 1, the maximum is 64.
I will give an example of viewing the current value:
You cannot change the value without restarting the MySQL server, I will give an example of an error:
Therefore, we will indicate it in the MySQL server configuration file:
And restart the MySQL server:
Post navigation
PreviousHow to change innodb_write_io_threads in MySQLNextOCI Foundations 2020 Associate Certification | 1Z0–1085–20 | Preparation…
Last updated