How to change innodb_write_io_threads in MySQL
show variables like 'innodb_write_io_threads';SET global innodb_write_io_threads=32;
ERROR 1238 (HY000): Variable 'innodb_write_io_threads' is a read only variable[mysqld]
innodb_write_io_threads=32Post navigation
PreviousHow to change innodb_thread_concurrency Read/Wirte Concurrency in MySQLNextHow to change innodb_read_io_threads in MySQL
Last updated