I am new to MySQL; recently I faced this problem while setting a new value for a system variable.
I tried:
mysql> set global innodb_ft_min_token_size = 6;
but I am getting this error:
ERROR 1238 (HY000): Variable 'innodb_ft_min_token_size' is a read only variable
Is there any way to change the read only permission? I read about InnoDB parameters but could not resolve the problem.