I tried to resize parameters using
set global parameter_name=size
from command line ,but it gives me error as
Error Code: 1238. Variable 'innodb_buffer_pool_size' is a read only variable
I tried to resize parameters using
set global parameter_name=size
from command line ,but it gives me error as
Error Code: 1238. Variable 'innodb_buffer_pool_size' is a read only variable
'read only
' variables are read only. That means, their values can't be changed dynamically by any means. You need to go to your my.cnf, change the initial value there and restart mysql process.