How to change innodb_read_io_threads in MySQL
show variables like 'innodb_read_io_threads';SET global innodb_read_io_threads=64;
ERROR 1238 (HY000): Variable 'innodb_read_io_threads' is a read only variable[mysqld]
innodb_read_io_threads=64Post navigation
PreviousHow to change innodb_write_io_threads in MySQLNextOCI Foundations 2020 Associate Certification | 1Z0–1085–20 | Preparation…
Last updated