I have 4 instances of mysql db on a shared linux server (port 3306, 3307, 3308, 3309). I am trying to improve the frequency of requests cache hit by tuning using server variables.
My doubt is that if I go into the instance of port 3306 and run commands to display the north and state variables (for example, the display status, for example "% Qcache%"), is this a result common to all instances, or it is specific to this only instance.
So, I want to know that I set the variables for each instance or their setting applies to all (in this case, the variables are related to query_cache)
source
share